Keal Jones
Keal Jones
After thinking about this alot, I found a way that seems to work [without using closest](https://github.com/testing-library/dom-testing-library/issues/583#issuecomment-979431544) and would most "resemble the way your software is used". ```javascript getByRole('row', { name:...
> What better common dependency ~that~ than react itself?! FTFY @maxwellpeterson-wf
I would also love this feature to be a built in to generate the completion file for the cli. It seems like it could be integrated into it the existing...
Hey thanks! If you like this one check out https://github.com/Workiva/over_react
We used to have a class called [Component that was deprecated](https://github.com/Workiva/react-dart/blob/c02b780154b9a0da066e0f2c8c9c99184605a2ae/lib/react.dart#L112). [Component2](https://github.com/Workiva/react-dart/blob/c02b780154b9a0da066e0f2c8c9c99184605a2ae/lib/react.dart#L539-L565) is just the next evolution of that. It changed the underlying props/state from dart maps to "js-backed" maps,...
Hi there @ryanheise I am so sorry none of us ever got back to you, we don't really have a process for checking issues. I sincerely didn't even know we...
Pretty sure that I accidentally introduced this issue when i attempted to fix the autofocus behavior back in this pr: https://github.com/mui/mui-x/pull/11273 Funnily enough the issue outlined here in 11756 is...
Not sure what you mean by the `autoFocus` prop is different between the two versions... they look basically like the same logic to me... (left is master, right is 6.19.12)...
@LukasTy I dont think i was able to reproduce the particular issue you lay out in your last comment... I do like your focus priority but believe recently an issue...