mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user