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
in your tutorial you added @testing-library/react/cleanup-after-each but the console throws an warning that it's deprecated. do you want update you blog post?
The module `@testing-library/react/cleanup-after-each` has been deprecated and no longer does anything (it is not needed). You no lo
nger need to import this module and can safely remove any import or configuration which imports this module
kamranayub, maksymilianrozanski, 3abkrino and mondeja