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
I've run into issues when updating to latest React where that error is thrown, primarily in test environments. It appears like we're checking for the initialFocus before it has rendered though when I run debug() in react-testing-library.
Working on getting a minimal reproduction case.
The text was updated successfully, but these errors were encountered:
I've run into issues when updating to latest React where that error is thrown, primarily in test environments. It appears like we're checking for the
initialFocus
before it has rendered though when I rundebug()
inreact-testing-library
.Working on getting a minimal reproduction case.
The text was updated successfully, but these errors were encountered: