build-your-own-redux icon indicating copy to clipboard operation
build-your-own-redux copied to clipboard

store订阅方法有误

Open cy6121 opened this issue 6 years ago • 1 comments

订阅方法末尾应该是下面这样

if (index >= 0) {
    subscribers.splice(index, 1);
}

cy6121 avatar Jan 09 '19 07:01 cy6121

好的,谢谢,改天提个commit修改一下

jackiewillen avatar Jan 13 '19 04:01 jackiewillen