Skip to content

Commit a7d6aa2

Browse files
author
Joe Krall
committed
Updated parallel codeblock in serializabilityMiddleware.mdx
1 parent d173cb8 commit a7d6aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)