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 any meaningful behavior hinges on the availability of the window object, this hook doesn't work well in testing environments. We should be able to gracefully degrade to work exactly like setState if window or the localStorage API isn't available.
The text was updated successfully, but these errors were encountered:
Since any meaningful behavior hinges on the availability of the
window
object, this hook doesn't work well in testing environments. We should be able to gracefully degrade to work exactly likesetState
ifwindow
or thelocalStorage
API isn't available.The text was updated successfully, but these errors were encountered: