Axel Hernández Ferrera

Results 6 issues of Axel Hernández Ferrera

My first approach was trying to use [minimatch](https://www.npmjs.com/package/minimatch) instead of `globrex`. Minimatch allow patterns like `*/+(lib1|lib2)`. The problem with this syntax is that it could conflict with the syntax to...

## Bug report ### Current Behavior I have noticed a weird behaviour related to nested menus on a DropdownMenu: https://user-images.githubusercontent.com/175627/137897406-50fb5004-9eee-4f8f-b4e0-771af18836e2.mp4 It looks like to open the nested menu on the...

Type: Enhancement
Package: react/context-menu
Package: react/dropdown-menu
Package: react/menu

I was reading the whole conversation here https://github.com/facebook/create-react-app/issues/982 and I wanted to propose a different solution but the issue was closed. So I thought that this would be a good...

I am trying to configure the plugin, but I am not able to generate the index correctly. I am not sure if I am configuring the plugin incorrectly or if...

bug

By using [cursors](https://github.com/facebook/immutable-js/tree/master/contrib/cursor) you can avoid having different event types for each table I have setup an example here: https://github.com/axelhzf/react-redux-table

I have a project that use npm for node dependencies and bower dependencies. I am trying to to pac both dependencies, but they get mixed. I would be nice to...