devtools serialize not working since 5.0.11 #3413
Replies: 2 comments 3 replies
|
#3362 is the related change, and it's type only. Is it type only? |
|
It is type only
So upgrade to npm i -D @redux-devtools/extensionwith it installed |
Uh oh!
There was an error while loading. Please reload this page.
Bug Description
Hi,
serialize is no longer working in devtools since v5.0.11. <5.0.10 is working.
Type error: Object literal may only specify known properties, and 'serialize' does not exist in type 'DevtoolsOptions'.
Reproduction Link
N/A
All reactions