solid-eslint warning about event handlers
So, I get the
How else would you all handle this?
eslintsolid/reactivity warning when I use reactive props in event handlers:This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored.
How else would you all handle this?
