Skip to content

Commit 98d5718

Browse files
authored
Merge pull request #1670 from krallj/update-ignored-action-paths
2 parents e5ed5bc + a7d6aa2 commit 98d5718

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/api/serializabilityMiddleware.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ interface SerializableStateInvariantMiddlewareOptions {
4040

4141
/**
4242
* An array of dot-separated path strings to ignore when checking
43-
* for serializability, Defaults to ['meta.arg']
43+
* for serializability, Defaults to ['meta.arg', 'meta.baseQueryMeta']
4444
*/
4545
ignoredActionPaths?: string[]
4646

packages/toolkit/src/serializableStateInvariantMiddleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export interface SerializableStateInvariantMiddlewareOptions {
115115

116116
/**
117117
* An array of dot-separated path strings to ignore when checking
118-
* for serializability, Defaults to ['meta.arg']
118+
* for serializability, Defaults to ['meta.arg', 'meta.baseQueryMeta']
119119
*/
120120
ignoredActionPaths?: string[]
121121

0 commit comments

Comments
 (0)