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

From: https://github.com/ractivejs/ractive/blob/cb384af6e034fa9c933f126db1f6e02013adcb5b/src/view/items/element/binding/Binding.js#L13

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

Most upvoted comments

oh wait. twoway… no. I meant isolated became true by default.

Mondays 🤦