Correcting Incorrect Variable Names

pull/11581/head
이요 2 years ago committed by GitHub
parent 61bf97210b
commit db09dd5f7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -148,7 +148,7 @@ With runes, we can use `$effect.pre`, which behaves the same as `$effect` but ru
+ let theme = $state('dark');
+ let messages = $state([]);
let div;
let viewport;
- beforeUpdate(() => {
+ $effect.pre(() => {

Loading…
Cancel
Save