ractive: unknown cause bug
Hi,
I tried to update the ractive lib in one of my apps and it broke (worked in 0.8, broke in 0.9/1.0). I can’t really pin point it though, it simply fails to initialize correctly.
The exception is: TypeError: can't assign to properties of (new Boolean(false)): not an object
And the stack trace is quite long but here is the summary:
Binding
GenericBinding
createTwowayBinding
recreateTwowayBinding
...
resetPartial(...)
And the resetPartial is applied on a component.
I wasn’t able to understand what goes wrong so far. Any hints welcome.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 15 (14 by maintainers)
Commits related to this issue
- adjust weird logic for binding selection with too many interpolators in the attribute - fixes #3043 — committed to ractivejs/ractive by evs-chris 7 years ago
- adjust weird logic for binding selection with too many interpolators in the attribute - fixes #3043 — committed to ractivejs/ractive by evs-chris 7 years ago
oh wait.
twoway… no. I meantisolatedbecametrueby default.Mondays 🤦