diff --git a/examples/feature_flags_example/public/application.tsx b/examples/feature_flags_example/public/application.tsx
index eab558d9301bd..ecc8fc22faf1b 100644
--- a/examples/feature_flags_example/public/application.tsx
+++ b/examples/feature_flags_example/public/application.tsx
@@ -10,22 +10,19 @@
import React from 'react';
import ReactDOM from 'react-dom';
import { AppMountParameters, CoreStart } from '@kbn/core/public';
-import { KibanaPageTemplate } from '@kbn/shared-ux-page-kibana-template';
-import { KibanaRootContextProvider } from '@kbn/react-kibana-context-root';
+import { KibanaRenderContextProvider } from '@kbn/react-kibana-context-render';
import { FeatureFlagsExampleApp } from './components/app';
export const renderApp = (coreStart: CoreStart, { element }: AppMountParameters) => {
const { notifications, http, featureFlags } = coreStart;
ReactDOM.render(
-
`useObservable` causes a full re-render of the component, updating the{' '} - statically - evaluated flags as well. + statically evaluated flags as well.