Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
Co-authored-by: Clint Andrew Hall <clint@clintandrewhall.com>
  • Loading branch information
tsullivan and clintandrewhall committed Apr 29, 2024
1 parent 081271e commit 1ecb97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/kibana_context/root/root_provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const KibanaRootContextProvider: FC<PropsWithChildren<KibanaRootContextPr

if (hasEuiProvider) {
emitEuiProviderWarning(
'EuiProvider has already been included. Check your React tree and ensure that KibanaRenderContextProvider is not used more than once.'
'KibanaRootContextProvider has likely been nested in this React tree, either by direct reference or by KibanaRenderContextProvider. The result of this nesting is a nesting of EuiProvider, which has negative effects. Check your React tree for nested Kibana context providers.'
);
return <i18n.Context>{children}</i18n.Context>;
} else {
Expand Down

0 comments on commit 1ecb97d

Please sign in to comment.