Skip to content

Commit

Permalink
data-grid: try more dedupe
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes committed Mar 20, 2024
1 parent b202352 commit 1654e0d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/eds-data-grid-react/.storybook/main.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@ const config = {
...config,
resolve: {
...config.resolve,
dedupe: ['styled-components', 'react', 'react-dom'],
dedupe: [
'styled-components',
'react',
'react-dom',
'@equinor/eds-core-react',
'@tanstack/react-virtual',
],
},
optimizeDeps: {
...config.optimizeDeps,
Expand Down

0 comments on commit 1654e0d

Please sign in to comment.