diff --git a/versioned_docs/version-v4.35/framework-integration/react.md b/versioned_docs/version-v4.35/framework-integration/react.md index 2b9e3881e..308222f75 100644 --- a/versioned_docs/version-v4.35/framework-integration/react.md +++ b/versioned_docs/version-v4.35/framework-integration/react.md @@ -219,6 +219,7 @@ In your project's `stencil.config.ts`, add the `reactOutputTarget` configuration ```ts title="stencil.config.ts" import { reactOutputTarget } from '@stencil/react-output-target'; +import { Config } from "@stencil/core"; export const config: Config = { namespace: 'stencil-library',