We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b6654 commit 8bf1dfcCopy full SHA for 8bf1dfc
src/components/QueryEditor/ElasticsearchQueryContext.tsx
@@ -69,7 +69,7 @@ export const ElasticsearchProvider = ({
69
}
70
setShouldRunInit(false);
71
72
- }, [shouldRunInit, dispatch, isUninitialized]);
+ }, [shouldRunInit, dispatch, isUninitialized, app]);
73
74
if (isUninitialized) {
75
return null;
0 commit comments