redux的getdefaultmiddleware属性ignoredactions的正确字符串格式是什么

jvidinwx  于 2021-09-23  发布在  Java
关注(0)|答案(0)|浏览(528)

通读这些文件。我发现最好的例子是:

//in redux docs on serializable data
       ignoredActions: ['your/action/type'],

我定义为

ignoredActions: ['server_sender/output'],

然而,我仍然得到一个错误:其类型是

index.js:1 A non-serializable value was detected in an action, in the path: //...
Take a look at the logic that dispatched this action:  {type: "server_sender/output" //...

我试过几种变体。。。我似乎无法让它工作。

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题