WavinFlag
Results
2
comments of
WavinFlag
> 同名 reducer 和 effect 不会 fallthrough(即两者都执行),而是仅执行 effect 看了下源代码,在 PR https://github.com/dvajs/dva/pull/1602 之后这个行为已经改变了,现在能够正常地 fall through。 这个修改包含在 2.2.0 开始的版本中。 @nelhu @zhaoyao91 @sorrycc 如果设计目的上并没有特意禁止同名 reducer 和 effect 的话,这个 bug 算是 fix 了;建议更新一下文章。
> I am trying to find the code which writes the copied content into `ql-clipboard`, but no luck. Anyone knows where the related code is? @njleonzhang The pasting progress utilizes...