#Testing
1 messages · Page 1 of 1 (latest)
Also I would be alright even if I use vitest I just dont want those nasty warnings. I tried using /@once/ when I was passing non reactive props and also added the afterEach(cleanup) also and still I was having the and for some reason it kept saying Multiple instances of solid, but afaik there should've have been only one instance I was not creating any new root components
I got this warning computations created outside a createRoot or render will never be disposed to stop.
But I still don't know how to fix this one