We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2bca3 commit 9456d95Copy full SHA for 9456d95
1 file changed
packages/events/EventPluginRegistry.js
@@ -233,7 +233,7 @@ export function injectEventPluginsByName(
233
const names = Object.keys(injectedNamesToPlugins).join(', ');
234
lowPriorityWarning(
235
false,
236
- `Injecting custom event plugins (${names}) is deprecated ` +
+ 'Injecting custom event plugins (' + names + ') is deprecated ' +
237
'and will not work in React 17+. Please update your code ' +
238
'to not depend on React internals. The stack trace for this ' +
239
'warning should reveal the library that is using them. ' +
0 commit comments