Enable immer map/set
This commit is contained in:
parent
cf1a02a7b3
commit
116bf7d2f0
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
/* eslint-disable import/first */
|
||||
import React from 'react';
|
||||
import ReactDom from 'react-dom';
|
||||
import { enableMapSet } from 'immer';
|
||||
|
||||
enableMapSet();
|
||||
|
||||
import './font';
|
||||
import './index.scss';
|
||||
|
||||
|
|
Loading…
Reference in a new issue