Would using cursor-in
inside a component with let
be an anti-pattern? Should you pass around your state atom, or :refer
it in?
That’s fine imo
I'm experimenting with cursor-in
inside a component seems to cause re-renders when I don't want them. I haven't quite figured out why, but I did think this could be a possibility.
I restarted & that stopped happening, I think something was badly cached.