File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ export function createImmutableStateInvariantMiddleware(
242
242
result . path || [ ]
243
243
) . join (
244
244
'.'
245
- ) } '. This may cause incorrect behavior. (http ://redux.js.org/docs/Troubleshooting.html #never-mutate-reducer-arguments)`
245
+ ) } '. This may cause incorrect behavior. (https ://redux.js.org/troubleshooting #never-mutate-reducer-arguments)`
246
246
)
247
247
} )
248
248
@@ -264,7 +264,7 @@ export function createImmutableStateInvariantMiddleware(
264
264
'.'
265
265
) } . Take a look at the reducer(s) handling the action ${ stringify (
266
266
action
267
- ) } . (http ://redux.js.org/docs/Troubleshooting.html #never-mutate-reducer-arguments)`
267
+ ) } . (https ://redux.js.org/troubleshooting #never-mutate-reducer-arguments)`
268
268
)
269
269
} )
270
270
You can’t perform that action at this time.
0 commit comments