Commit cac0e6ec by Marcus Andersson Committed by GitHub

Build: fixing failing build by adding missing dependency to rollup config. (#27358)

parent ddb4b77f
...@@ -79,6 +79,7 @@ const buildCjsPackage = ({ env }) => { ...@@ -79,6 +79,7 @@ const buildCjsPackage = ({ env }) => {
'Cell', 'Cell',
'useResizeColumns', 'useResizeColumns',
'useAbsoluteLayout', 'useAbsoluteLayout',
'useFilters',
], ],
'../../node_modules/react-is/index.js': ['isValidElementType', 'isContextConsumer'], '../../node_modules/react-is/index.js': ['isValidElementType', 'isContextConsumer'],
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment