diff --git a/app/react/types/index.ts b/app/react/types/index.ts index c2eb198f04cd..b758001160a4 100644 --- a/app/react/types/index.ts +++ b/app/react/types/index.ts @@ -11,6 +11,6 @@ export interface StorybookConfig extends BaseConfig { * Uses React 18's new root API (ReactDOM.createRoot) * The new root API happens to be the gateway for accessing new features of React 18 and adds out-of-the-box improvements. */ - newReactRootApi?: boolean; + newRootApi?: boolean; }; }