diff options
author | 2021-06-30 10:00:25 -0400 | |
---|---|---|
committer | 2021-06-30 10:00:25 -0400 | |
commit | 17579c2c806e9a43e138e7d183c252632a5629e9 (patch) | |
tree | e92e20691b2cf6360132d7ba530837c8d00e826c | |
parent | 66d62fca37ece313dcbb967b835d1e205c229d8d (diff) | |
download | astro-17579c2c806e9a43e138e7d183c252632a5629e9.tar.gz astro-17579c2c806e9a43e138e7d183c252632a5629e9.tar.zst astro-17579c2c806e9a43e138e7d183c252632a5629e9.zip |
Adds a changeset for the `window` error message change.
-rw-r--r-- | .changeset/dry-dragons-cheer.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/dry-dragons-cheer.md b/.changeset/dry-dragons-cheer.md new file mode 100644 index 000000000..58c27911b --- /dev/null +++ b/.changeset/dry-dragons-cheer.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Improves the error message when attempting to use `window` in a component. |