Skip to content

Commit

Permalink
fix(vue): remove provided value used for debugging (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
tien authored Nov 3, 2024
1 parent 13c5dae commit f13af19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/forty-penguins-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@reactive-dot/vue": patch
---

Fixed issue where provided value for debugging was not removed.
1 change: 0 additions & 1 deletion packages/vue/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { shallowRef, type Plugin } from "vue";

export const ReactiveDotPlugin = {
install(app, config) {
app.provide("foo", "bar");
app.provide(configKey, config);
app.provide(lazyValuesKey, new Map());
app.provide(mutationEventKey, shallowRef());
Expand Down

0 comments on commit f13af19

Please sign in to comment.