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
Run app.set({bar: true}) and watch absolutely nothing happen to the h1. If you change the directive to class:foo="foo", it works fine.
Edit: It appears to happen with all properties, not just computed. No idea why I didn't see it with non-computed before.
The text was updated successfully, but these errors were encountered:
PixievoltNo1
changed the title
class shorthand directive with computed property doesn't update properly
class shorthand directive with computed (or any?) property doesn't update properly
Sep 13, 2018
Demo: https://svelte.technology/repl?version=2.13.4&gist=c701a8c8404a63e379818995093f6117
Run
app.set({bar: true})
and watch absolutely nothing happen to the h1. If you change the directive toclass:foo="foo"
, it works fine.Edit: It appears to happen with all properties, not just computed. No idea why I didn't see it with non-computed before.
The text was updated successfully, but these errors were encountered: