mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-08 19:06:04 +00:00
fix(studio): break all 7 circular dependency cycles and fix rules-of-hooks violation (#1422)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
/** Matches the opening tag of a composition root element (e.g. `<div data-composition-id="main">`). */
|
||||
export const COMPOSITION_ROOT_OPEN_TAG_RE = /<[^>]*data-composition-id="[^"]+"[^>]*>/i;
|
||||
Reference in New Issue
Block a user