diff options
author | 2022-07-20 17:32:46 -0400 | |
---|---|---|
committer | 2022-07-20 17:32:46 -0400 | |
commit | 40a45e3ef6284c024d442cf7cb8e36d8354a35d1 (patch) | |
tree | 2bdc5eef13e09c422292d075c081aba3d67ec723 /.changeset | |
parent | 31142411b0966518eadfa12dfcec903dbdae7351 (diff) | |
download | astro-40a45e3ef6284c024d442cf7cb8e36d8354a35d1.tar.gz astro-40a45e3ef6284c024d442cf7cb8e36d8354a35d1.tar.zst astro-40a45e3ef6284c024d442cf7cb8e36d8354a35d1.zip |
Properly support and type optional props in Svelte components (#3993)
* Properly support and type optional props in Svelte components
* Change output to support documentating components
* Add changeset
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/lovely-lions-attend.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/lovely-lions-attend.md b/.changeset/lovely-lions-attend.md new file mode 100644 index 000000000..e81a2b6dc --- /dev/null +++ b/.changeset/lovely-lions-attend.md @@ -0,0 +1,5 @@ +--- +'@astrojs/svelte': patch +--- + +Fix optional props not being recognized properly in the editor |