Skip to content

Commit 9456d95

Browse files
committed
Fix CI
1 parent 6e2bca3 commit 9456d95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/events/EventPluginRegistry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export function injectEventPluginsByName(
233233
const names = Object.keys(injectedNamesToPlugins).join(', ');
234234
lowPriorityWarning(
235235
false,
236-
`Injecting custom event plugins (${names}) is deprecated ` +
236+
'Injecting custom event plugins (' + names + ') is deprecated ' +
237237
'and will not work in React 17+. Please update your code ' +
238238
'to not depend on React internals. The stack trace for this ' +
239239
'warning should reveal the library that is using them. ' +

0 commit comments

Comments
 (0)