redux 的 getDefaultMiddleware 属性的正确字符串格式是什么:IgnoredActions

问题描述

通读文档。我发现的最好的例子是:

//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" //...


我尝试了几种变体...我似乎无法让它工作。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)