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
Using debounce from @solid-primitives causes reactivity warnings:
To Reproduce
The reactive variable 'onClick' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored.eslint[solid/reactivity](https://github.com/solidjs-community/eslint-plugin-solid/blob/main/docs/reactivity.md)
Describe the bug
Using
debounce
from@solid-primitives
causes reactivity warnings:To Reproduce
Expected behavior
No warnings
Screenshots
Environment (please complete the following information):
node --version
): 18.14.2eslint-plugin-solid
version (npm list eslint-plugin-solid
/yarn why eslint-plugin-solid
): 0.11.0eslint
version (npm list eslint
/yarn why eslint
): 8.35Additional context
The text was updated successfully, but these errors were encountered: