solid-transition-group leads to reactivity warning inside test cases
Hey folks,
we just started using solid-transition-group and as soon as the
<Transition />
-component is present, all of our test cases start throwing the computations created outside a createRoot or render will never be disposed
- error.
If we remove the transition the error disappears. Any idea what could cause this?
The component in question looks like this:
Thanks in advance4 Replies
Probably the jsdom animation events doing something non-standard. I wouldn't worry about that as long as the tests are working (so try to break them at least once).
Thanks for the quick response (as always 🙂 ) - is there a way to turn these off inside those test suites. It's a bit noisy 😉
(our tests still work fine, though)
Sorry, I'm a bit busy at the moment and this needs some careful consideration.
No worries, I am not at all in a rush with this one 🙂