We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef324ab commit 2f925d5Copy full SHA for 2f925d5
components/rest/RestReferencePage.tsx
@@ -98,7 +98,7 @@ export const RestReferencePage = ({
98
// Note! This "core selector", which determines whether to bother
99
// or not, needs to match what's used inside ClientSideHighlightJS.tsx
100
if (document.querySelector('[data-highlight]')) {
101
- setLazyLoadHighlightJS(true)
+ setLazyLoadHighlightJS(false)
102
}
103
104
// Important to depend on the current path because the first page you
0 commit comments