You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
command and commandforattributes were recently added to the HTML spec, along with a new command event. This is supported in Chrome Canary and due to land in Chrome/Edge stable version 135 in March. See this article for a list of the valid commands - the command event should fire for all these commands.
command
andcommandfor
attributes were recently added to the HTML spec, along with a newcommand
event. This is supported in Chrome Canary and due to land in Chrome/Edge stable version 135 in March. See this article for a list of the valid commands - thecommand
event should fire for all these commands.React version: 19
Steps To Reproduce
Link to code example: https://codesandbox.io/p/sandbox/distracted-lucy-vlh25y
The current behavior
Errors with the message: "Unknown event handler property
onCommand
. It will be ignored."The expected behavior
The
command
event triggers the event handler.The text was updated successfully, but these errors were encountered: