Rodrigo Faria
Rodrigo Faria
Hey there maintainers :) First of all, thank you very much for this library! It has really made the difference for me and my company on how focused and reliable...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 Not sure how this should be...
Hey guys! I was wondering if there are any plans to do a similar rule to react/no-access-state-in-setstate but for useState? I feel that there is still a lot of benefit...
Hi there! :) I was looking for something like lodash's `sortBy` with multiple accessors, e.g: ```typescript sortBy(users, [user => user.name, user => user.age]); ``` **Why?** I know this could be...
### Steps to reproduce Link to live example: https://next.mui.com/x/react-data-grid/filtering/ You can see it clearly on your demos Steps: 1. Select "Country" filter 2. Select "is any of" operator 3. Select...
Hi there 👋 For a library like this one that relies heavily on correct and stable rendering of useEffect and useMemo dependencies, I suggest we add a useEffectEvent ponyfill, to...