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
That if_block has an element using the outro directive
The variable happens to be truthy
Put Component inside an if_block that turns truthy
a) if_block depends on a variable
✔ Variable was changed from outside the Component
💥Variable was changed directly from inside the Component through a binding
b) if_block depends on a store
✔ Component does not access that specific store using the $store syntax
💥Component accesses that store using $store syntax at least once
The text was updated successfully, but these errors were encountered:
pushkine
changed the title
Component nested in if_block will fail to unmount if it has an element using outro nested in a truthy if_block
Component nested in if_block will fail to unmount if it has an element using an outro nested in a truthy if_block
Apr 4, 2020
This is a concise report for the bug encountered in #4620, #4064, #3685, #3410 and #3202.
Absolute minimum REPL
a) if_block depends on a variable
✔ Variable was changed from outside the Component
💥Variable was changed directly from inside the Component through a binding
b) if_block depends on a store
✔ Component does not access that specific store using the $store syntax
💥Component accesses that store using $store syntax at least once
The text was updated successfully, but these errors were encountered: