solid-transition-group leads to reactivity warning inside test cases
Hey folks,
we just started using solid-transition-group and as soon as the
If we remove the transition the error disappears. Any idea what could cause this?
The component in question looks like this:
Thanks in advance
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 advance
