From 21ceb19ea09439dc2c32cd9ec4360e95f143b2e7 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Mon, 17 Sep 2018 15:05:46 -0700 Subject: [PATCH] Update error codes for 16.6.0-alpha.0 release --- scripts/error-codes/codes.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/error-codes/codes.json b/scripts/error-codes/codes.json index 7785769f3ab22..9b91dad0da712 100644 --- a/scripts/error-codes/codes.json +++ b/scripts/error-codes/codes.json @@ -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" }