Open
Description
I'm having some problems using cycle-react in my own components if these are imported from other packages.
When importing the hyperscript function directly from cycle/react
everything works fine. But when I import a HOC from another package, things start to not work as expected.
For what I can debug, ForwardRef
s are created ok. However, no event listener is attached to the html element. In this screenshot, the element in the second button appears with no handler using react devTools.
I've created a repo that reproduces this issue using a lerna monorepo.