Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit b01b4f0

Browse files
committed
chore(debug): mount 2 twice issue
1 parent 9c18703 commit b01b4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/PostsThread/logic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ const ErrSolver = [
184184
export function init(_store) {
185185
debug('======== init')
186186
store = _store
187-
if (sub$) sub$.unsubscribe()
187+
if (sub$) return false // sub$.unsubscribe()
188188
sub$ = sr71$.data().subscribe($solver(DataSolver, ErrSolver))
189189
}
190190

0 commit comments

Comments
 (0)