Set Ractive.defaults.isolated = false.
Attach a component which have a computed property that performs a get on keypath with at least two key.
The first key value must be set to null or undefined.
TypeError: Cannot use 'in' operator to search for 'bar' in null.
Description:
Set
Ractive.defaults.isolated = false
. Attach a component which have a computed property that performs aget
on keypath with at least two key. The first key value must be set tonull
orundefined
.TypeError: Cannot use 'in' operator to search for 'bar' in null
.Versions affected:
Platforms affected:
Tested on Safari and Chrome, probably all.
Reproduction: