just wanted to let you know @fabiospampinato found out there is a signal cleanup bug with using the standard JSX transform
https://twitter.com/luwes/status/1574536326418149376
fixing it in this lib would probably mean using the same approach as Voby.
having a render() function and resolving a tree of closures.
I put together this Codesandbox showing the bug in Haptic
https://codesandbox.io/s/try-haptic-0-10-forked-j4bn6t?file=/src/index.tsx
just wanted to let you know @fabiospampinato found out there is a signal cleanup bug with using the standard JSX transform
https://twitter.com/luwes/status/1574536326418149376
fixing it in this lib would probably mean using the same approach as Voby.
having a
render()function and resolving a tree of closures.I put together this Codesandbox showing the bug in Haptic
https://codesandbox.io/s/try-haptic-0-10-forked-j4bn6t?file=/src/index.tsx