Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Nov 29, 2017
1 parent 6e2bca3 commit 9456d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/events/EventPluginRegistry.js
Original file line number Diff line number Diff line change
Expand Up @@ -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. ' +
Expand Down

0 comments on commit 9456d95

Please sign in to comment.