Valerii Smirnov
Valerii Smirnov
I will try a solution, but I run zx from windows, not wsl
Wsl should not work for using `zx` isn't it? 
I see the problem 
Now it seems to be working
I've didn't changed `useSignals` implementation. Don't know why test fails
@rschristian I understood why test fails It transforms unmanaged test to managed test. Which is not working, because of it do not uses queueMicrotask https://github.com/XantreDev/signals/blob/46a701f7dfe76f42c9a1fd8131eea670f41f1f22/packages/react/runtime/test/browser/useSignals.test.tsx#L495-L527 https://github.com/XantreDev/signals/blob/46a701f7dfe76f42c9a1fd8131eea670f41f1f22/packages/react/runtime/test/browser/useSignals.test.tsx#L456-L458 Should I add workaround...
> @rschristian I understood why test fails > > It transforms unmanaged test to managed test. Which is not working, because of it do not uses queueMicrotask > > https://github.com/XantreDev/signals/blob/46a701f7dfe76f42c9a1fd8131eea670f41f1f22/packages/react/runtime/test/browser/useSignals.test.tsx#L495-L527...
Signals is working in pure repo. So we will investigate more about it
Seems to be one of the reason - wrong function serialization ``` LOG useCallbackImpl function throwInvalidHookError() { [bytecode] } LOG useCallbackImpl function useCallback(a0, a1) { [bytecode] } LOG useCallbackImpl function...