Merge branch 'getLocalEffects' into return-to-ts

typescript
Yanick Champoux 2021-10-18 16:12:01 -04:00
commit a272ee0329
1 changed files with 1 additions and 0 deletions

View File

@ -256,6 +256,7 @@ export class Updux<
addEffect(action, effect) {
this.#effects = [...this.#effects, [action, effect]];
return effect;
}
splatSubscriber(store, inner, splatReaction) {