mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Build: fixing failing build by adding missing dependency to rollup config. (#27358)
This commit is contained in:
parent
ddb4b77f04
commit
cac0e6ecd0
@ -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'],
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user