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.
1 parent 0b0b7b8 commit 82c6f39Copy full SHA for 82c6f39
packages/svelte/src/internal/client/runtime.js
@@ -88,8 +88,8 @@ export function set_active_effect(effect) {
88
}
89
90
/**
91
- * When sources are created within a derived, we record them so that we can safely allow
92
- * local mutations to these sources without the side-effect error being invoked unnecessarily.
+ * When sources are created within a reaction, reading and writing
+ * them should not cause a re-run
93
* @type {null | Source[]}
94
*/
95
export let reaction_sources = null;
0 commit comments