Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed May 2, 2024
1 parent 4ffbf12 commit 06306ba
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 06306ba

Please sign in to comment.