Skip to content

Commit

Permalink
fix(5019): imported stores can be identified as reactive store subscr…
Browse files Browse the repository at this point in the history
…iption
  • Loading branch information
skippednote committed Jun 23, 2020
1 parent dc73b73 commit c7e8e6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler/compile/Component.ts
Expand Up @@ -632,6 +632,7 @@ export default class Component {
this.add_var({
name,
initialised: instance_scope.initialised_declarations.has(name),
hoistable: true,
writable
});

Expand Down

0 comments on commit c7e8e6f

Please sign in to comment.