mirror of
https://github.com/facebook/react.git
synced 2026-02-23 20:23:02 +00:00
[Flare] Redesign core event system (#16163)
This commit is contained in:
@@ -335,5 +335,7 @@
|
||||
"334": "accumulate(...): Accumulated items must not be null or undefined.",
|
||||
"335": "ReactDOMServer does not yet support the event API.",
|
||||
"336": "The \"%s\" event responder cannot be used via the \"useEvent\" hook.",
|
||||
"337": "ReactDOMServer does not yet support the fundamental API."
|
||||
"337": "An invalid event responder was provided to host component",
|
||||
"338": "ReactDOMServer does not yet support the fundamental API.",
|
||||
"339": "An invalid value was used as an event responder. Expect one or many event responders created via React.unstable_createResponer()."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user