Skip to content

Commit 1a75efc

Browse files
cee-chenmgadewoll
andauthored
Lene saving my butt
Co-authored-by: Lene Gadewoll <lene.gadewoll@elastic.co>
1 parent c85cf00 commit 1a75efc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src-docs/src/views/app_context.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const AppContext = ({ children }) => {
4747
};
4848

4949
const isLocalDev = window.location.host.includes('803');
50-
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
5151

5252
return (
5353
<EuiProvider

0 commit comments

Comments
 (0)