Fix failing master (#23702)

pull/23732/head
Dominik Prokop 6 years ago committed by GitHub
parent f37814f3b1
commit 4ea41dc19d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/grafana-ui/rollup.config.ts

@ -64,6 +64,7 @@ const buildCjsPackage = ({ env }) => {
'useBlockLayout',
'Cell',
'useResizeColumns',
'useAbsoluteLayout',
],
'../../node_modules/react-is/index.js': ['isValidElementType', 'isContextConsumer'],
},

Loading…
Cancel
Save