Skip to content

Commit

Permalink
chore(storybook): use react-components beta (#20148)
Browse files Browse the repository at this point in the history
  • Loading branch information
ling1726 authored Oct 8, 2021
1 parent a8e678a commit 3c3fae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const parameters = {
requiredDependencies: {
'react-dom': 'latest', // for React
'react-scripts': 'latest', // necessary when using typescript in CodeSandbox
'@fluentui/react-components': '^9.0.0-alpha', // necessary for FluentProvider
'@fluentui/react-components': '^9.0.0-beta', // necessary for FluentProvider
},
indexTsx: dedent`
import * as ReactDOM from 'react-dom';
Expand Down

0 comments on commit 3c3fae8

Please sign in to comment.