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
setEuiDevProviderWarning(isLocalDev ? 'error' : 'warning');// Note: this can't be in a useEffect, otherwise it fires too late for style memoization warnings to error on page reload
50
+
setEuiDevProviderWarning(isLocalDev ? 'error' : 'warn');// Note: this can't be in a useEffect, otherwise it fires too late for style memoization warnings to error on page reload
0 commit comments