Commit e9aed54
fix: disable navigation.instant (unstyled pages on in-site navigation) (#2704)
fix: disable navigation.instant to stop unstyled pages on in-site navigation
navigation.instant swaps <body> via XHR instead of doing a full page
load, so the theme's custom scripts and third-party embeds (docs-theme.js,
CookieYes, Zendesk) that initialize on DOMContentLoaded never re-run on
navigation, leaving navigated pages unstyled until a manual refresh.
Reverting to full page loads until the customizations are made
instant-safe (re-init on Material's document$ observable).
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent c5dce13 commit e9aed54
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
| |||
0 commit comments