mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Tweaked modal title to better fit without wrapping
This commit is contained in:
@@ -25,7 +25,7 @@ export default function WarnIfLegacyBackendDetected(_: {||}) {
|
||||
canBeDismissed: false,
|
||||
type: 'SHOW',
|
||||
title:
|
||||
'React DevTools v4 is incompatible with this version of React',
|
||||
'DevTools v4 is incompatible with this version of React',
|
||||
content: <InvalidBackendDetected />,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user