refactor(packages): dry up core, html, and react UI architecture (#699)

This commit is contained in:
rahim
2026-03-03 23:27:53 -08:00
committed by GitHub
parent 8bdd4ce7fa
commit 1edeadefed
110 changed files with 1349 additions and 1359 deletions
+2 -1
View File
@@ -37,7 +37,8 @@ export const Value = forwardRef(function Value(
return null;
}
const state = core.getState(time);
core.setMedia(time);
const state = core.getState();
const content = state.negative ? (
<>