mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix comma splice and line length
This commit is contained in:
@@ -120,8 +120,8 @@ if (__DEV__) {
|
||||
|
||||
warning(
|
||||
!ieCompatibilityMode,
|
||||
'Internet Explorer is running in compatibility mode, please add the following ' +
|
||||
'tag to your HTML to prevent this from happening: ' +
|
||||
'Internet Explorer is running in compatibility mode; please add the ' +
|
||||
'following tag to your HTML to prevent this from happening: ' +
|
||||
'<meta http-equiv="X-UA-Compatible" content="IE=edge" />'
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user