George Karan Kommers Mueller
George Karan Kommers Mueller
Thanks for such a detailed explanation. I've tried to apply the same pattern in the select tests and it didn't work 😞 (Still getting the act error). ```tsx it('should filter...
Thanks, worked like a charm!
> Thanks for the PR, @georgekaran! Do you know if this still works with #1703? > > cc @Heartade Yep, just tested locally, and still working as expected.
Yup, that worked, thanks again 😄. Another thing, could we make the last selected item focused when the list gets focused? Currently, I'm using the following snippet to achieve this...
I was having the same error on my application and I can confirm this PR solves the issue. Is there something missing so we can have this in a future...
Thanks @marcospassos it worked like a charm, but it should definitely be shipped native 😕
> I like the idea, thanks! > > Could you add some documentation for this feature? Probably somewhere in https://jestjs.io/docs/expect > > Also, please add a changelog entry 🙂 Thanks...
First of all, thanks so much @Heartade for a such detailed explanation, it was super insightful. Previously I was typing my backdrop as the following: ```tsx const AnimatedBackdrop = forwardRef(...
I submitted a [PR](https://github.com/fkhadra/react-toastify/pull/943) for a more robust approach with Page Visibility API.
Hello @fkhadra, could you kindly check this out when you have a moment?