Skip to content

Commit

Permalink
Remove react v16 alias in vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
jandrade committed Dec 12, 2024
1 parent 9d18c59 commit 0393fdb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ export default defineConfig({
"./packages/wonder-blocks$1/src",
),
},
// Needed for Storybook + React to work with vitest.
// https://github.com/storybookjs/storybook/issues/26842
{
find: "@storybook/react-dom-shim",
replacement: "@storybook/react-dom-shim/dist/react-16",
},
],
},
});

0 comments on commit 0393fdb

Please sign in to comment.