Skip to content

Commit 0211a86

Browse files
Update src/content/docs/en/guides/upgrade-to/v6.mdx
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
1 parent c419a3a commit 0211a86

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/en/guides/upgrade-to

1 file changed

+1
-1
lines changed

src/content/docs/en/guides/upgrade-to/v6.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ const integration = () => {
285285

286286
In Astro 4.0, the `app.render()` signature that allowed passing `routeData` and `locals` as optional arguments was deprecated in favor of a single optional `renderOptions` argument.
287287

288-
Astro 6.0 removes this signature entirely.
288+
Astro 6.0 removes this signature entirely. Attempting to pass these separate arguments will now cause an error in your project.
289289

290290
#### What should I do?
291291

0 commit comments

Comments
 (0)