Skip to content

Commit 4bc904c

Browse files
committed
Make sure isSerializable is passed down
1 parent d3c300c commit 4bc904c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/serializableStateInvariantMiddleware.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ export function findNonSerializableValue(
4747
if (typeof nestedValue === 'object') {
4848
foundNestedSerializable = findNonSerializableValue(
4949
nestedValue,
50-
nestedPath
50+
nestedPath,
51+
isSerializable
5152
)
5253

5354
if (foundNestedSerializable) {

0 commit comments

Comments
 (0)