Rodrigo Faria

Results 6 issues of 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...

enhancement
good first issue

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 Not sure how this should be...

new feature
linked in docs
plan: Pro
component: pickers

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...

question
new rule

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...

good first issue
feature request

### 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...

component: data grid
good first issue
regression
feature: Filtering
support: premium standard

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...