mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-27 03:08:06 +00:00
Remove "use strict" from source files
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
* @emails react-core
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
export default url =>
|
||||
new Promise((resolve, reject) =>
|
||||
document.head.appendChild(
|
||||
|
||||
Reference in New Issue
Block a user