Top "Material-ui" questions

React Components that Implement Google's Material Design.

× TypeError: Cannot read properties of undefined (reading 'map')

When I try to run this code it gives me this error: × TypeError: Cannot read properties of undefined (reading 'map') …

reactjs material-ui
Invalid hook call. Hooks can only be called inside of the body of a function component

I am new to React and Now I would like to show some record in the table and now I …

reactjs material-ui react-hooks
What does the error "JSX element type '...' does not have any construct or call signatures" mean?

I wrote some code: function renderGreeting(Elem: React.Component<any, any>) { return <span>Hello, <Elem /&…

reactjs typescript material-ui
Material UI and Grid system

I'm playing a little bit with Material-UI. Are there any options for creating a grid layout (like in Bootstrap)? If …

reactjs material-design material-ui grid-system
How to center a component in Material-UI and make it responsive?

I don't quite understand the React Material-UI grid system. If I want to use a form component for login, what …

reactjs mobile login material-ui desktop
MUI customize button color?

I am struggling to modify button colors in MUI next (v1). How would I set muitheme to behave similarity to …

javascript reactjs material-ui
How to style components using makeStyles and still have lifecycle methods in Material UI?

I get the below error whenever I try to use makeStyles() with a component with lifecycle methods: Invalid hook call. …

reactjs material-ui
Changing the URL in react-router v4 without using Redirect or Link

I'm using react-router v4 and material-ui in my React app. I was wondering how to change the URL once there …

javascript react-router material-ui react-router-v4
Uncaught Invariant Violation: Too many re-renders. React limits the number of renders to prevent an infinite loop

I'm trying to add a snackBar in order to display a message whenever a user signIn or not. SnackBar.jsx: …

javascript reactjs redux material-ui
How get data from material-ui TextField, DropDownMenu components?

I create form, I have several TextField, DropDownMenu material-ui components included, question is how I can collect all data from …

javascript reactjs material-design material-ui