mirror of https://github.com/sveltejs/svelte
fix: silence `state_referenced_locally` when state is exported (#11905)
* fix: silence `state_referenced_locally` when state is exported * chore: add changesets * chore: use `some` * fix * better * we don't need a whole new test for this * Update .changeset/few-zoos-own.md * prettier * tidy up the test a bit since we're in here --------- Co-authored-by: Rich Harris <rich.harris@vercel.com> Co-authored-by: Rich Harris <hello@rich-harris.dev>pull/11913/head
parent
03945bd9bc
commit
f3c291d8dd
@ -0,0 +1,5 @@
|
||||
---
|
||||
"svelte": patch
|
||||
---
|
||||
|
||||
fix: omit `state_referenced_locally` warning for component exports
|
Loading…
Reference in new issue