pull/18470/merge
Giorgio Maria Federico Birnthaler 2 days ago committed by GitHub
commit da831ba5de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -133,7 +133,7 @@ export function set_untracked_writes(value) {
**/
export let write_version = 1;
/** @type {number} Used to version each read of a source of derived to avoid duplicating depedencies inside a reaction */
/** @type {number} Used to version each read of a source of derived to avoid duplicating dependencies inside a reaction */
let read_version = 0;
export let update_version = read_version;

Loading…
Cancel
Save