React: Upgrading react to v17, wip (#29057)

* React: Upgrading react, wip

* build(grafana-ui): bump react to v17

* build: get enzyme running with react 17

* chore(grafana-ui): declare isMemo namedExport for rollup

Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
This commit is contained in:
Torkel Ödegaard
2020-11-18 19:37:17 +01:00
committed by GitHub
parent ab2a46bcb3
commit ec218de05e
6 changed files with 198 additions and 92 deletions

View File

@@ -1,5 +1,5 @@
import { configure } from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
import Adapter from '@wojtekmaj/enzyme-adapter-react-17';
import 'jquery';
import $ from 'jquery';
import 'mutationobserver-shim';