Skip to content

v-link="null" still not fixed in 0.7.0 #181

Closed
@fnlctrl

Description

@fnlctrl
v-link="true ? null : null"

causes
"Uncaught TypeError: Cannot read property 'name' of null"

Source code that caused error:

value: function _stringifyPath(path) {
          if (typeof path === 'object') {
            if (path.name) {

It is obvious that null is an object....
please allow me to do a facepalm...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions