You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught TypeError: Cannot convert undefined or null to object
I'm not sure this is a bug, but when I try to bind to property, the error I get is displayed. I have no idea why bind works with one document but not with the entire collection. Because the problem only affects the binding of the entire collection.
Error Message:
vuefire.esm.js?0ff2:186 Uncaught TypeError: Cannot convert undefined or null to object
at Function.keys (<anonymous>)
at extractRefs (vuefire.esm.js?0ff2:186)
at Object.added (vuefire.esm.js?0ff2:354)
at eval (vuefire.esm.js?0ff2:412)
at Array.forEach (<anonymous>)
at Array.eval (vuefire.esm.js?0ff2:411)
at next (index.esm.js?c6c5:16645)
at eval (index.esm.js?c6c5:13404)
Uncaught TypeError: Cannot convert undefined or null to object
I'm not sure this is a bug, but when I try to bind to property, the error I get is displayed. I have no idea why bind works with one document but not with the entire collection. Because the problem only affects the binding of the entire collection.
Error Message:
Component script
The text was updated successfully, but these errors were encountered: