mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 11:22:16 +08:00
Build: fixing failing build by adding missing dependency to rollup config. (#27358)
This commit is contained in:
@ -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'],
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user