Merge branch 'getLocalEffects' into return-to-ts

This commit is contained in:
Yanick Champoux 2021-10-18 16:12:01 -04:00
commit a272ee0329

View File

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