mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Update error codes for 16.6.0-alpha.0 release
This commit is contained in:
@@ -286,5 +286,6 @@
|
||||
"284": "Expected ref to be a function, a string, an object returned by React.createRef(), or null.",
|
||||
"285": "The root failed to unmount after an error. This is likely a bug in React. Please file an issue.",
|
||||
"286": "%s(...): the first argument must be a React class instance. Instead received: %s.",
|
||||
"287": "It is not supported to run the profiling version of a renderer (for example, `react-dom/profiling`) without also replacing the `schedule/tracking` module with `schedule/tracking-profiling`. Your bundler might have a setting for aliasing both modules. Learn more at http://fb.me/react-profiling"
|
||||
"287": "It is not supported to run the profiling version of a renderer (for example, `react-dom/profiling`) without also replacing the `schedule/tracking` module with `schedule/tracking-profiling`. Your bundler might have a setting for aliasing both modules. Learn more at http://fb.me/react-profiling",
|
||||
"288": "It is not supported to run the profiling version of a renderer (for example, `react-dom/profiling`) without also replacing the `schedule/tracing` module with `schedule/tracing-profiling`. Your bundler might have a setting for aliasing both modules. Learn more at http://fb.me/react-profiling"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user