Runtime Error
ViewTransitionKeyNotAllowed
The key was provided to the
data-view-transition
attribute.
The data-view-transition
attribute must only have a value, representing a view-transition-name
.
Example:
1<div data-view-transition="$foo"></div>
See the docs for the data-view-transition
attribute.