Skip to content

Commit bdf6a3a

Browse files
authored
Merge pull request #2262 from txndai/broken-link-fix
2 parents 10e153e + 0d2ad9b commit bdf6a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/usage-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ export const usersAdapter = createEntityAdapter({
10261026

10271027
## Working with Non-Serializable Data
10281028

1029-
One of the core usage principles for Redux is that [you should not put non-serializable values in state or actions](https://redux.js.org/style-guide/style-guide#do-not-put-non-serializable-values-in-state-or-actions).
1029+
One of the core usage principles for Redux is that [you should not put non-serializable values in state or actions](https://redux.js.org/style-guide/#do-not-put-non-serializable-values-in-state-or-actions).
10301030

10311031
However, like most rules, there are exceptions. There may be occasions when you have to deal with actions that need to accept non-serializable data. This should be done very rarely and only if necessary, and these non-serializable payloads shouldn't ever make it into your application state through a reducer.
10321032

0 commit comments

Comments
 (0)