[Flare] Redesign core event system (#16163)

This commit is contained in:
Dominic Gannaway
2019-07-23 23:46:44 +01:00
committed by GitHub
parent 19354db511
commit 5098891193
59 changed files with 3419 additions and 4040 deletions

View File

@@ -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()."
}