question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Symbol() of null on v-if true after false

See original GitHub issue

Setting v-if to false removes element, but changing back to true returns: [Vue warn]: Error in directive frag inserted hook: “TypeError: Cannot read property ‘Symbol()’ of null”

TypeError: Cannot read property 'Symbol()' of null at eval (frag.esm.js?76e6:1) at inserted (frag.esm.js?76e6:1) at callHook$1 (vue.runtime.esm.js?2b0e:6680) at callInsert (vue.runtime.esm.js?2b0e:6619) at wrappedHook (vue.runtime.esm.js?2b0e:2235) at invokeWithErrorHandling (vue.runtime.esm.js?2b0e:1854) at Object.invoker [as insert] (vue.runtime.esm.js?2b0e:2175) at invokeInsertHook (vue.runtime.esm.js?2b0e:6346) at VueComponent.patch [as __patch__] (vue.runtime.esm.js?2b0e:6565) at VueComponent.Vue._update (vue.runtime.esm.js?2b0e:3948)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:15 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
sethiddencommented, Sep 8, 2021

I hope it’s solid now

Yep, it is 🎉 Tested on my app where the error happened on 1.2.1-1.2.3 but 1.2.4 fixes it 😃

Thanks so much!

1reaction
privatenumbercommented, Sep 8, 2021

@3nuc It’s very helpful. Thanks for helping!

Will look into that one later today 👍

Edit: I’ve minimized the reproduction to this: https://jsfiddle.net/hirokiosame/hxqo85n2/

Read more comments on GitHub >

github_iconTop Results From Across the Web

Null and Alternative Hypotheses | Introduction to Statistics
H 0 : The null hypothesis: It is a statement about the population that either is believed to be true or is used...
Read more >
PHP check if False or Null - isset - Stack Overflow
Isset() checks if a variable has a value including ( False , 0 , or Empty string) , But not NULL. Returns TRUE...
Read more >
Null in Python: Understanding Python's NoneType Object
Like True and False , None is an immutable keyword. As the null in Python, you use it to mark missing values and...
Read more >
How to use Java's conditional operator ?: | TheServerSide
The Java ternary operator provides an abbreviated syntax to evaluate a true or false condition, and return a value based on the Boolean ......
Read more >
Uncaught TypeError: Cannot read property of null - iDiallo
All this means is that you are trying to access a property of an object that is undefined. These usually happens when we...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found