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
imho isStrictModeEnabled sounds like something that could be assigned to a variable or checked in a condition like if(isStrictModeEnabled).... If the intent is to enable the strict mode then I'd call it simply enableStrictMode
Related cause for this issue: zalmoxisus/mobx-remotedev#3 (comment), useStrict() without arg was introduced recently, but not backward compatible so should be deprecated
deprecate
useStrict()
without arguments?The text was updated successfully, but these errors were encountered: