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
#1566 was merged about 14 hours ago (4:17 PM CDT on 2021-05-29), and the Deploy docs action appears to have run successfully after that PR was merged. But the docs change made in PR #1566 (renaming one parameter of the handle hook from render to resolve) has not made it to https://kit.svelte.dev/docs: as of ten minutes ago (6:07 AM CDT on 2021-05-30) I was still seeing render as the parameter name when I load the page. I made sure to open the Network tab of the dev console and disable the browser cache, and I watched the HTML response come back from the server with render still showing as the parameter of the handle hook.
(Rest of the bug report template omitted because this isn't a Svelte-Kit bug per se, so much of the info requested is irrelevant here).
Severity
Not severe at all to me, as I've been watching the repo and know that the parameter was renamed. But someone who starts a new Svelte-Kit project and tries to use the handle hook might be very confused until the docs update with the change that should have been deployed yesterday.
Additional context
It's possible that there's something peculiar in my network setup that's serving me a stale page despite my best efforts to avoid it; if everyone else is seeing the fresh version of the page and it's just me, then this issue is safe to close.
The text was updated successfully, but these errors were encountered:
Describe the bug
#1566 was merged about 14 hours ago (4:17 PM CDT on 2021-05-29), and the Deploy docs action appears to have run successfully after that PR was merged. But the docs change made in PR #1566 (renaming one parameter of the
handle
hook fromrender
toresolve
) has not made it to https://kit.svelte.dev/docs: as of ten minutes ago (6:07 AM CDT on 2021-05-30) I was still seeingrender
as the parameter name when I load the page. I made sure to open the Network tab of the dev console and disable the browser cache, and I watched the HTML response come back from the server withrender
still showing as the parameter of thehandle
hook.Logs
Headers of the HTML response I received:
(Rest of the bug report template omitted because this isn't a Svelte-Kit bug per se, so much of the info requested is irrelevant here).
Severity
Not severe at all to me, as I've been watching the repo and know that the parameter was renamed. But someone who starts a new Svelte-Kit project and tries to use the
handle
hook might be very confused until the docs update with the change that should have been deployed yesterday.Additional context
It's possible that there's something peculiar in my network setup that's serving me a stale page despite my best efforts to avoid it; if everyone else is seeing the fresh version of the page and it's just me, then this issue is safe to close.
The text was updated successfully, but these errors were encountered: