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
It can flash "N hours ago" and then switch to "3 days ago" on page load for example. This is because the SSR time will be locked in at the last time it was built, but upon hydration it will be from now.
We could potentially use HTMLRewriter to set on the fly.
The text was updated successfully, but these errors were encountered:
Our use of
<TimeAgo/>
is slightly wonky with SSR:cloudflare-docs-engine/src/components/docs-tutorials.js
Lines 89 to 93 in 6faa9d1
It can flash "N hours ago" and then switch to "3 days ago" on page load for example. This is because the SSR time will be locked in at the last time it was built, but upon hydration it will be from now.
We could potentially use HTMLRewriter to set on the fly.
The text was updated successfully, but these errors were encountered: