Skip to content

v0.3.4

Choose a tag to compare

@demian0311 demian0311 released this 05 Jun 02:19
· 11 commits to main since this release

Fix SSR/partial-DOM safety in the browser client: bindDgmo() now feature-detects a real interactive browser (window + document + MutationObserver + requestAnimationFrame) before running, so it no longer throws MutationObserver is not defined under SSG renderers that expose a partial DOM (e.g. Docusaurus static export).