Skip to content

Commit

Permalink
Replace $state.frozen with $state.raw (#130)
Browse files Browse the repository at this point in the history
* Replace $state.frozen with $state.raw

See sveltejs/svelte#12808

* Create thirty-mugs-sing.md

---------

Co-authored-by: Thomas G. Lopes <26071571+TGlide@users.noreply.github.com>
  • Loading branch information
emzo and TGlide authored Aug 13, 2024
1 parent 55c3448 commit 107809c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/thirty-mugs-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"runed": patch
---

Replace $state.frozen with $state.raw
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export type ElementRectOptions = {
* @see {@link https://runed.dev/docs/utilities/element-size}
*/
export class ElementRect {
#rect: Rect = $state.frozen({
#rect: Rect = $state.raw({
x: 0,
y: 0,
width: 0,
Expand Down

0 comments on commit 107809c

Please sign in to comment.