File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,4 +101,4 @@ export function createConnect({
101
101
}
102
102
}
103
103
104
- export default createConnect ( )
104
+ export default /*#__PURE__*/ createConnect ( )
Original file line number Diff line number Diff line change @@ -38,4 +38,4 @@ export function createDispatchHook(context = ReactReduxContext) {
38
38
* )
39
39
* }
40
40
*/
41
- export const useDispatch = createDispatchHook ( )
41
+ export const useDispatch = /*#__PURE__*/ createDispatchHook ( )
Original file line number Diff line number Diff line change @@ -131,4 +131,4 @@ export function createSelectorHook(context = ReactReduxContext) {
131
131
* return <div>{counter}</div>
132
132
* }
133
133
*/
134
- export const useSelector = createSelectorHook ( )
134
+ export const useSelector = /*#__PURE__*/ createSelectorHook ( )
Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ export function createStoreHook(context = ReactReduxContext) {
34
34
* return <div>{store.getState()}</div>
35
35
* }
36
36
*/
37
- export const useStore = createStoreHook ( )
37
+ export const useStore = /*#__PURE__*/ createStoreHook ( )
You can’t perform that action at this time.
0 commit comments