Skip to content

Commit

Permalink
build(storybook): Downgrade to React@17
Browse files Browse the repository at this point in the history
Latest v6.x is not compatible with React@18:

storybookjs/storybook#19104
storybookjs/storybook#18559
  • Loading branch information
NiGhTTraX committed Nov 12, 2022
1 parent 87b0d52 commit d756d22
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 159 deletions.
4 changes: 2 additions & 2 deletions apps/storybook/package.json
Expand Up @@ -4,8 +4,8 @@
"version": "1.0.0",
"dependencies": {
"@nighttrax/components": "*",
"react": "~18.2.0",
"react-dom": "~18.2.0"
"react": "~17.0.2",
"react-dom": "~17.0.2"
},
"devDependencies": {
"@babel/core": "~7.20.0",
Expand Down

0 comments on commit d756d22

Please sign in to comment.