mrVinicius
solid-motionone/@solid-primitives/transition-group - onMount/createEffects called before add to DOM
perhaps u could use a ref signal and check if its no longer undefined, meaning it has rendered on the dom.
https://docs.solidjs.com/concepts/refs
2 replies
Stores & CreateResource
My guess as to why the store version is not being triggered is that, since I'm not manually calling an item from the store, the reactive system isn't being set. With that said, is there a workaround for this, or should I just use a signal?
10 replies