You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the current implementation of no-unnecessary-act doesn't report act usages with react-testing-library calls inside if mixed with non-react-testing-library, it would be interesting to add a new isStrict option (false by default) which makes the rule to always report react-testing-library calls inside act no matter if mixed with non-react-testing-library.