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
does not work if types.DefaultMap is not set (and therefore uses can-simple-map). This error is thrown:
steal.js:7324 Error: can-reflect: can not observe value change
at Object.canReflect.onValue (observe.js:25)
at Observation.addEdge (can-observation.js:197)
at Observation.updateBindings (can-observation.js:282)
at Observation.start (can-observation.js:269)
at Compute._on (proto-compute.js:151)
at Compute.eval (proto-compute.js:331)
at Compute.eval [as _eventSetup] (can-observation.js:591)
at Compute.prototype.addEventListener (lifecycle.js:30)
at Function.addEventListener (can-compute.js:49)
at Function._setup (can-route.js:832)
Using
canRoute.data
like this:does not work if
types.DefaultMap
is not set (and therefore usescan-simple-map
). This error is thrown:Setting
canRoute.data
explicitly fixes the issue:This code is causing the issue:
can-route/can-route.js
Lines 258 to 279 in 72a5061
The text was updated successfully, but these errors were encountered: