fix(html): discover media elements and attach store target via DOM (#481)

This commit is contained in:
rahim
2026-02-10 00:32:23 +11:00
committed by GitHub
parent 00fdf966ca
commit 5eab1dbb2f
11 changed files with 79 additions and 58 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ export const Value = forwardRef(function Value(
ref: [forwardedRef],
props: [
{
datetime: state.datetime,
dateTime: state.datetime,
children: content,
...core.getAttrs(state),
},