You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, ForwardRefs 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: