Commit 543c3ee
Update devtools window prop name (angular-redux#58)
* chore(store): update devtools window prop name
- update prop 'devToolsExtension' to '__REDUX_DEVTOOLS_EXTENSION__'
- add package redux-devtools-extension for typings
- define some typings for window
* Delete package-lock.json
Was added by mistake
* fix(devtools): add backwards compatibility
* fix(devtools): backwards compat deToolsExtension
* Add yarn.lock changes
* fix: adjust formatting to comply with prettier1 parent 30cce49 commit 543c3ee
File tree
3 files changed
+35
-7
lines changed- packages/store
- src/components
3 files changed
+35
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | | - | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
7 | 22 | | |
8 | 23 | | |
9 | 24 | | |
| |||
22 | 37 | | |
23 | 38 | | |
24 | 39 | | |
25 | | - | |
| 40 | + | |
26 | 41 | | |
27 | 42 | | |
28 | 43 | | |
29 | 44 | | |
30 | 45 | | |
31 | 46 | | |
32 | | - | |
| 47 | + | |
33 | 48 | | |
34 | 49 | | |
35 | 50 | | |
| |||
41 | 56 | | |
42 | 57 | | |
43 | 58 | | |
44 | | - | |
| 59 | + | |
45 | 60 | | |
46 | 61 | | |
47 | 62 | | |
48 | 63 | | |
49 | 64 | | |
50 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
51 | 73 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8807 | 8807 | | |
8808 | 8808 | | |
8809 | 8809 | | |
| 8810 | + | |
| 8811 | + | |
| 8812 | + | |
| 8813 | + | |
| 8814 | + | |
8810 | 8815 | | |
8811 | 8816 | | |
8812 | 8817 | | |
| |||
0 commit comments