We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7cf140 + ec718a3 commit c4bf6b0Copy full SHA for c4bf6b0
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