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
When I want to use react-keydown with a component rendering an array or a React.Fragment, it's working only if i click on the first item of the array (respectively first child of the Fragment).
In this example, it's working only if I click on the first item. I tried to swipe TreeViewHeader and TreeViewComponent, and then it's working only if I click on TreeViewComponent
For now as a workaround I wrap all inside a div and it's working, but I would prefer to use a Fragment.
Thanks for your help,
Luca
The text was updated successfully, but these errors were encountered:
When I want to use react-keydown with a component rendering an array or a React.Fragment, it's working only if i click on the first item of the array (respectively first child of the Fragment).
In this example, it's working only if I click on the first item. I tried to swipe TreeViewHeader and TreeViewComponent, and then it's working only if I click on TreeViewComponent
For now as a workaround I wrap all inside a div and it's working, but I would prefer to use a Fragment.
Thanks for your help,
Luca
The text was updated successfully, but these errors were encountered: