diff options
Diffstat (limited to 'src/client-runtime.ffi.mjs')
-rw-r--r-- | src/client-runtime.ffi.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client-runtime.ffi.mjs b/src/client-runtime.ffi.mjs index ecca48f..ddec03d 100644 --- a/src/client-runtime.ffi.mjs +++ b/src/client-runtime.ffi.mjs @@ -127,7 +127,7 @@ export class LustreClientApplication { #debug(action) { switch (true) { case action instanceof ForceModel: { - const vdom = this.#view(this.#model); + const vdom = this.#view(action[0]); const dispatch = (handler) => (e) => { const result = handler(e); |