From 9456d952b891ee3fe141e6405cf4ff638660623b Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Wed, 29 Nov 2017 14:07:45 +0000 Subject: [PATCH] Fix CI --- packages/events/EventPluginRegistry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/events/EventPluginRegistry.js b/packages/events/EventPluginRegistry.js index daa620de83c71..36d95d25036f6 100644 --- a/packages/events/EventPluginRegistry.js +++ b/packages/events/EventPluginRegistry.js @@ -233,7 +233,7 @@ export function injectEventPluginsByName( const names = Object.keys(injectedNamesToPlugins).join(', '); lowPriorityWarning( false, - `Injecting custom event plugins (${names}) is deprecated ` + + 'Injecting custom event plugins (' + names + ') is deprecated ' + 'and will not work in React 17+. Please update your code ' + 'to not depend on React internals. The stack trace for this ' + 'warning should reveal the library that is using them. ' +