We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using:
"dependencies": { "@material-ui/core": "^4.9.5", "inferno": "^7.4.2", "inferno-compat": "^7.4.2", "inferno-scripts": "7.0.4" }
got:
Attempted import error: 'memo' is not exported from 'react' (imported as 'React').
App.js
import { version, Component } from 'inferno'; import MaterialButton from '@material-ui/core/Button'; import Logo from './logo'; import './App.css'; class App extends Component { render() { return ( <div className="App"> <header className="App-header"> <Logo width="80" height="80" /> <p>{`Welcome to Inferno ${version}`}</p> <p> Edit <code>src/App.js</code> and save to reload. </p> <MaterialButton variant="outlined" color="primary" >TEST</MaterialButton> </header> </div> ); } } export default App;
The text was updated successfully, but these errors were encountered:
Duplicated #1443
Sorry, something went wrong.
No branches or pull requests
Using:
got:
App.js
The text was updated successfully, but these errors were encountered: