Rob Rukavina
Rob Rukavina
> I usually try and look through docs/tutorials for something that helps me hit the ground running successfully when I have various ideas about what I want to implement. >...
Has search functionality on the client side been added at all? @tidyui
I am having this issue also. > We enable missing act warnings in the global setup that comes with `@testing-library/react`. To disable the global setup, import from `@testing-library/react/pure` instead. Alternatively,...
> @RobRukavina > > An idea: > > For `global.IS_REACT_ACT_ENVIRONMENT = false;`, it can be a `beforeAll` ordering issue. Testing library uses `beforeAll` too so you need to make sure...
@anilanar thank you, just tested this solution and it worked! https://github.com/testing-library/react-testing-library/issues/1108#issuecomment-1428830269