TypeError: Cannot read property 'unit' of undefined
Hey, guys! I'm a noob of React, I tried to write a dashboard with mui, help me!
Render the component
TypeError: Cannot read property 'unit' of undefined
(anonymous function)
src/component/register/Steps.js:14
11 | width: '90%',
12 | },
13 | backButton: {
14 | marginRight: theme.spacing.unit,
| ^ 15 | },
16 | instructions: {
17 | marginTop: theme.spacing.unit,
Your Environment 馃寧Mac OS Mojava
| Tech | Version |
|--------------|---------|
| Material-UI | 0.20.2 |
| React | 16.8.6 |
| Browser | Chrome |
| TypeScript | No |
| etc. | |
Material-UI | 0.20.2
Be sure to use @material-ui/core not material-ui. You probably used some code that is written for the latest versions while using an older version.