solid-js reactivity eslint with functions
I'm getting the following warning:
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity.eslintsolid/reactivity
What am I doing wrong here? I tried looking at the eslint-plugin docs but I'm not getting any wiser
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity.eslintsolid/reactivity
What am I doing wrong here? I tried looking at the eslint-plugin docs but I'm not getting any wiser
