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.
1 parent dc1c877 commit feb7de4Copy full SHA for feb7de4
docs/Troubleshooting.md
@@ -46,3 +46,9 @@ const StyledCustomInput: typeof CustomInput = styled(CustomInput)`
46
}
47
`;
48
```
49
+
50
+---
51
52
+## Element type is invalid: expected a string (for built-in components) or a class/function but got: undefined
53
54
+This sometimes happens after installing this package. Restart your project to fix it. (restart `react-scripts`)
0 commit comments