Files
Miguel Ángel 568b1b47d8 fix(studio): defer @hyperframes/player import to browser
Importing '@hyperframes/player' at module load triggers the custom-element
registration (class extends HTMLElement), which throws under SSR. Next.js
App Router evaluates Player.tsx during server rendering of any page that
transitively imports from @hyperframes/studio.

Move the import inside the useMountEffect so it only runs in the browser,
matching the pattern demo-next uses in its own HyperframesPlayer wrapper.

Bumps studio to 0.2.9.
2026-04-13 23:31:01 +02:00
..
2026-04-13 17:55:40 +02:00
2026-04-13 17:55:40 +02:00
2026-04-13 17:55:40 +02:00
2026-04-13 23:16:24 +02:00
2026-04-13 17:55:40 +02:00