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