Skip to content

Commit bffdf98

Browse files
committed
Fix linting
1 parent 89608b8 commit bffdf98

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/serializableStateInvariantMiddleware.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,10 @@ export function createSerializableStateInvariantMiddleware(
214214
console.error(
215215
`A non-serializable value was detected in the state, in the path: \`${keyPath}\`. Value:`,
216216
value,
217-
`
217+
`
218218
Take a look at the reducer(s) handling this action type: ${action.type}.
219219
(See https://redux.js.org/faq/organizing-state#can-i-put-functions-promises-or-other-non-serializable-items-in-my-store-state)`
220-
221-
)
220+
)
222221
}
223222
})
224223

0 commit comments

Comments
 (0)