Skip to content

Commit

Permalink
chore: update snapshot for svelte 4 and ts 5.2 (#2152)
Browse files Browse the repository at this point in the history
* (fix) update snapshot for svelte 4 and ts5.2

* test with svelte 4

* Revert "test with svelte 4"

This reverts commit 84351df.
  • Loading branch information
jasonlyu123 committed Sep 7, 2023
1 parent 4ba8d9e commit 6c76ba8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"severity": 1,
"source": "ts",
"message": "Type 'Component' is not assignable to type 'OtherComponent'.\n Types of property '$$prop_def' are incompatible.\n Type '{ prop: boolean; }' is not assignable to type '{ prop: string; }'.",
"message": "Type 'Component' is not assignable to type 'OtherComponent'.\n Type '{ prop: boolean; }' is not assignable to type '{ prop: string; }'.\n Types of property 'prop' are incompatible.\n Type 'boolean' is not assignable to type 'string'.",
"code": 2322,
"tags": []
},
Expand Down

0 comments on commit 6c76ba8

Please sign in to comment.