Problem with ref
Hi,
I used to set ref like in this example, but it seems that when I use solidjs router, it doesn't work after unmounting and remounting the component (the ref return undefined).
Is this normal behavior and should I use
I used to set ref like in this example, but it seems that when I use solidjs router, it doesn't work after unmounting and remounting the component (the ref return undefined).
Is this normal behavior and should I use
createEffect instead of onMount ?
