We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea719cf + e872948 commit 11f256aCopy full SHA for 11f256a
README.md
@@ -75,9 +75,9 @@ This is caused by a failure to import the default export from React as well as a
75
Open `App.tsx` and modify the import at the top of the file:
76
77
```diff
78
--import React, { Component } from 'react';
+-import React, { Component } from 'react'
79
+import React from 'react'
80
-+import { Component } from 'react';
++import { Component } from 'react'
81
```
82
83
Some of this has to do with differences in how Babel and TypeScript interoperate with CommonJS modules.
0 commit comments