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
Describe the bug
Event handlers are a special case in the reactivity rule where it's okay to read reactive variables even though the function isn't tracked by Solid. These are already accounted for in certain places:
Describe the bug
Event handlers are a special case in the
reactivity
rule where it's okay to read reactive variables even though the function isn't tracked by Solid. These are already accounted for in certain places:But the following warns:
To Reproduce
Configure plugin, check last example.
Expected behavior
Event handlers added with
addEventListener
should be treated as called functions.The text was updated successfully, but these errors were encountered: