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
Some of the component tests output React act warnings which make the console output messy and could potentially lead to some odd race conditions in tests if left.
To Reproduce
npm run test
Examine console output
Expected result
All tests passing with no console warnings.
Actual result
Tests passing with console warnings.
Additional information
act related warnings are currently present in the following components/hooks:
Hi @Glazy, thanks for raising this, I've raised it internally with the developer tools team at Inrupt, as I know we've some changes under discussion about this SDK and I'd like to clarify those before replying here.
Bug description
Some of the component tests output React
act
warnings which make the console output messy and could potentially lead to some odd race conditions in tests if left.To Reproduce
npm run test
Expected result
All tests passing with no console warnings.
Actual result
Tests passing with console warnings.
Additional information
act
related warnings are currently present in the following components/hooks:LogoutButton
(PR test: fix act warnings in LogoutButton component #688)LoginButton
useFile
The text was updated successfully, but these errors were encountered: