diff options
author | 2021-06-14 13:26:55 -0400 | |
---|---|---|
committer | 2021-06-14 13:26:55 -0400 | |
commit | 9f51e2d2f2f93d39d587e4cb8fda0071807a6bc4 (patch) | |
tree | 1b749a8db942d94bce538bb8f53b6f8fc30fc0b8 | |
parent | af03c90c2b21690106b3f1d3decc2153d1c6068f (diff) | |
download | astro-9f51e2d2f2f93d39d587e4cb8fda0071807a6bc4.tar.gz astro-9f51e2d2f2f93d39d587e4cb8fda0071807a6bc4.tar.zst astro-9f51e2d2f2f93d39d587e4cb8fda0071807a6bc4.zip |
Add changeset for arrow function issue
-rw-r--r-- | .changeset/many-years-explode.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/many-years-explode.md b/.changeset/many-years-explode.md new file mode 100644 index 000000000..dafe404c3 --- /dev/null +++ b/.changeset/many-years-explode.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fix issue with arrow components in Preact/React |