You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changeset/fix-server-island-namemap-prerender-env.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@
2
2
'astro': patch
3
3
---
4
4
5
-
Fixes `serverIslandNameMap.get is not a function` error in dev when visiting a page with a server island after first visiting a page without one, when using an adapter (like `@astrojs/cloudflare`) that adds a separate `prerender` Vite environment.
5
+
Fixes a dev server crash (`serverIslandNameMap.get is not a function`) that occurred when navigating to a page with `server:defer`after first visiting a page without one, when using `@astrojs/cloudflare`
0 commit comments