We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7499239 commit 890d8a5Copy full SHA for 890d8a5
packages/node_modules/overmind-react/src/index.ts
@@ -1,5 +1,3 @@
1
-import 'proxy-state-tree'
2
-
3
import {
4
ENVIRONMENT,
5
EventType,
@@ -9,11 +7,6 @@ import {
9
7
Overmind,
10
8
OvermindMock,
11
} from 'overmind'
12
-<<<<<<< HEAD
13
-import { IMutationCallback } from 'proxy-state-tree'
14
-=======
15
16
->>>>>>> 74c7ada... feat(overmind-react): conform to new typing, remove old connect and useOvermind hook
17
import * as react from 'react'
18
19
unstable_cancelCallback,
0 commit comments