Does redux middleware need to “return” next or is it implicit?

前端 未结 0 571
眼角桃花
眼角桃花 2020-12-05 02:30

I have a bit of code, which looks something like this

export default function fooMiddleware({ dispatch, getState }) {
  return next => action => {
    i         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题