Rodrigo Faria
Rodrigo Faria
I see @atomiks, thanks for the quick reply! I hope it can be done without breaking singletons behavior :) Cheers
Hi everyone, I would love to hear the maintainers' opinions on this one! Although I still agree with the concepts provided on [ACKNOWLEDGE.md](https://github.com/supasate/connected-react-router/blob/master/ACKNOWLEDGE.md) (specially **The idea of uni-directional flow (history...
Hi @ljharb Absolutely! ```tsx function SquareRoom() { const [numRooms, setNumRooms] = useState(0) const increment = () => { // eslint should report here saying that we should use the setState...
Hello 👋 @icambron are these proposed changes to `tokenParser.js` something you would consider? Unfortunately, without them, my team can't keep using luxon with mui date pickers. It would be great...
Any news @cherniavskii @michelengelen ? In understand it's considered a small regression but it's a regression that is preventing us from updating to latest alpha versions and incrementally deal with...
Hey 👋 I have the exact same issue when using ts-pattern 4.2.1. I assume it really has to do with the combination of `P.not` with `P.nullish`. The last version that...
This still happens with the latest versions of both @typescript-eslint/* and eslint-plugin-react-hooks. See https://stackblitz.com/edit/vitejs-vite-4arsvz?file=package.json Any ideas @eps1lon ?
FYI I can report having issues with other properties besides `watch`. For me it was `control`. Can happen when the compiler memoized the usage of a `Controller` component for instance....
> I am wrapping my head how to both enable react-compiler and use react-hook-form. Is it possible? Hi everyone! So, the way I'm allowing react compiler to still keeping "working",...
Hi all 👋 Can confirm this also took me off guard. Has this always been the case?