Skip to content

Commit

Permalink
Rename types field from newReactRootApi to newRootApi
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Palkovič committed Feb 10, 2022
1 parent 0e34a18 commit 2cd13d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/react/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}

0 comments on commit 2cd13d2

Please sign in to comment.