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
It's because the checks aren't looking at templateProperties.store, just options.store. I'm working on a PR but svelte's tests hate my windows machine.
Before
2.15.0
this worked fine.https://svelte.technology/repl?version=2.14.3&gist=eb560c5e77f6768961e81c8b377c81ff
In
2.15.0
it throws an error because the check doesn't work for thestore
property that a component can set itself.https://svelte.technology/repl?version=2.15.0&gist=eb560c5e77f6768961e81c8b377c81ff
I'm certain this is fallout from #1811 but haven't dug in yet to see why it's broken.
The text was updated successfully, but these errors were encountered: