diff --git a/docs-site/src/routes/api/index.tsx b/docs-site/src/routes/api/index.tsx index 633be21..65c5df2 100644 --- a/docs-site/src/routes/api/index.tsx +++ b/docs-site/src/routes/api/index.tsx @@ -158,6 +158,24 @@ function ApiReference() { useEffect(() => setMounted(true), []) const isDark = !mounted || resolvedTheme !== 'light' + // Scalar pollutes global scope and never cleans up: it appends a persistent + //