mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(html): discover media elements and attach store target via DOM (#481)
This commit is contained in:
@@ -57,7 +57,7 @@ export const Value = forwardRef(function Value(
|
||||
ref: [forwardedRef],
|
||||
props: [
|
||||
{
|
||||
datetime: state.datetime,
|
||||
dateTime: state.datetime,
|
||||
children: content,
|
||||
...core.getAttrs(state),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user