Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Jul 11, 2024
1 parent 8e44dd5 commit 3b53cd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ export class ComponentElementOperations implements ElementOperations {
}

let { element, constructing } = vm.elements();
let name = manager.getDebugName(modifier.state);
let name = manager.getDebugName(state);
let instance = manager.getDebugInstance(state);

assert(constructing, `Expected a constructing element in addModifier`);
Expand Down

0 comments on commit 3b53cd4

Please sign in to comment.