mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
React v16.7.0
This commit is contained in:
@@ -304,5 +304,6 @@
|
||||
"302": "It is not supported to run the profiling version of a renderer (for example, `react-dom/profiling`) without also replacing the `scheduler/tracing` module with `scheduler/tracing-profiling`. Your bundler might have a setting for aliasing both modules. Learn more at http://fb.me/react-profiling",
|
||||
"303": "suspense fallback not found, something is broken",
|
||||
"304": "Maximum number of concurrent React renderers exceeded. This can happen if you are not properly destroying the Readable provided by React. Ensure that you call .destroy() on it if you no longer want to read from it, and did not read to the end. If you use .pipe() this should be automatic.",
|
||||
"305": "The current renderer does not support hydration. This error is likely caused by a bug in React. Please file an issue."
|
||||
"305": "The current renderer does not support hydration. This error is likely caused by a bug in React. Please file an issue.",
|
||||
"306": "Element type is invalid. Received a promise that resolves to: %s. Lazy element type must resolve to a class or function.%s"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user