Valerii Smirnov

Results 250 comments of 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? ![image](https://github.com/google/zx/assets/57757211/d20179b6-7f4b-4968-a4fc-fe6ac7440e58)

I see the problem ![image](https://github.com/google/zx/assets/57757211/a565983f-6e3d-47fc-955f-8d3609db0eb9)

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...