mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
refactor(packages): dry up core, html, and react UI architecture (#699)
This commit is contained in:
@@ -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 ? (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user