通读文档。我发现的最好的例子是:
//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" //...
我已经尝试了几种变化......我似乎无法让它工作。