Skip to content

Commit 029f745

Browse files
feat(overmind-react): conform to new typing, remove old connect and useOvermind hook
BREAKING CHANGE: new typing, removed old API
1 parent cd3ff4e commit 029f745

File tree

3 files changed

+65
-690
lines changed

3 files changed

+65
-690
lines changed
Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`React should allow using component as normal, even when not connected 1`] = `
4-
<h1>
5-
bar
6-
</h1>
7-
`;
8-
9-
exports[`React should allow using component as normal, even when not connected 2`] = `
10-
<h1>
11-
nada
12-
</h1>
13-
`;
14-
153
exports[`React should allow using hooks 1`] = `
164
<h1>
175
bar
@@ -23,27 +11,3 @@ exports[`React should allow using mocked Overmind 1`] = `
2311
bar
2412
</h1>
2513
`;
26-
27-
exports[`React should be able to use Provider with connect 1`] = `
28-
<h1>
29-
bar
30-
</h1>
31-
`;
32-
33-
exports[`React should connect actions and state to class components 1`] = `
34-
<h1>
35-
bar
36-
</h1>
37-
`;
38-
39-
exports[`React should connect state and actions to stateless components 1`] = `
40-
<h1>
41-
bar
42-
</h1>
43-
`;
44-
45-
exports[`React should forward ref 1`] = `
46-
<h1>
47-
bar
48-
</h1>
49-
`;

0 commit comments

Comments
 (0)