We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94dfeec + a8fcc72 commit 15931afCopy full SHA for 15931af
src/compile/render-dom/index.ts
@@ -182,7 +182,7 @@ export default function dom(
182
if (owner && owner !== component.instance_scope) return;
183
184
const variable = component.var_lookup.get(name);
185
- if (variable && variable.hoistable || variable.global || variable.module) return;
+ if (variable && (variable.hoistable || variable.global || variable.module)) return;
186
187
pending_assignments.add(name);
188
component.has_reactive_assignments = true;
0 commit comments