Marija Najdova

Results 224 comments of Marija Najdova

Are you using production version? What DOM nodes are being created? I am asking because we recently had similar issue, which was related to the dev mode usage, where emotion...

The updates look great! 🤩 The only thing I could notice not mention is the usage of docs related variables, for e.g. ![image](https://github.com/mui/material-ui/assets/4512430/4d92f4bc-0bd4-4fdc-895d-021a3fa9c22c) I noticed it on the "Endless possibilities...

Few ideas for improvement: - The Accessibility card points to a section that does not cover anything related to accessibility - ![image](https://github.com/mui/material-ui/assets/4512430/1c9793ab-051a-4456-86bc-b0367e8fc6fd) We should link to a page or explain...

The `css` and `styled` are exported from `@mui/material/styles`, the imports `@mui/material/css` indeed does not exist. For the `@mui/material-icons` package it works nice, because each exported module has it's own folder....

> Hi, I am still getting the below error - > Error: Module not found: Can't resolve ['C:\Users\SujoyDutta\Documents\GitHub\Next.js-FLoat-demo\float-demo\node_modules\next\dist\compiled@next\react-refresh-utils\loader.js'](http://localhost:3000/'C:/Users/SujoyDutta/Documents/GitHub/Next.js-FLoat-demo/float-demo/node_modules/next/dist/compiled/@next/react-refresh-utils/loader.js'https://nextjs.org/docs/messages/module-not-found) > > Even though I used @mui/material/styles for the Theme provider Are...

@siriwatknp can you add some benchmark of how the CSS variables look like in other frameworks? From a first glance > Option 2: "Starts with the full component name (a...

It doesn't look like this bug report has enough info for one of us to reproduce it. Please provide a CodeSandbox (https://material-ui.com/r/issue-template-latest), a link to a repository on GitHub, or...

Thanks for the feedback. We could add a callout above the experimental demo it make it clear that it is a different package (and components).

Make sure to update with latest master now that https://github.com/mui/material-ui/pull/35564 was merged.

Hi, did you follow the [example project](https://github.com/mui/material-ui/tree/master/examples/remix-with-typescript) we provide?