We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17efddc commit ec718a3Copy full SHA for ec718a3
1 file changed
examples/update-on-async-rendering/using-react-lifecycles-compat.js
@@ -1,6 +1,6 @@
1
import React from 'react';
2
// highlight-next-line
3
-import polyfill from 'react-lifecycles-compat';
+import {polyfill} from 'react-lifecycles-compat';
4
5
class ExampleComponent extends React.Component {
6
0 commit comments