通读这些文件。我发现最好的例子是:
//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" //...
我试过几种变体。。。我似乎无法让它工作。
暂无答案!
目前还没有任何答案,快来回答吧!