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
Hi,
I am working on an opensource project gathering reusable pure react components.
I tried to integrate this component react-autowhatever in react-storybook.
I faced a problem with the events: ('onMouseEnter', 'onMouseLeave', 'onMouseDown', 'onClick') are only attached to the 1st item.
Hi,
I am working on an opensource project gathering reusable pure react components.
I tried to integrate this component react-autowhatever in react-storybook.
I faced a problem with the events: ('onMouseEnter', 'onMouseLeave', 'onMouseDown', 'onClick') are only attached to the 1st item.
Here are 2 examples:
The problem is that when I click on the items, only the 1st item handles the events!
Any Idea please.
The text was updated successfully, but these errors were encountered: