Albert Yu

Results 83 comments of Albert Yu

@sandrosc Thanks for reporting this - it's very reproducible in our docs

@kevinpfox Thanks for reporting this, I'll check it out (that hydration error should be fixable) Would you mind updating the [package.json in your repro](https://github.com/kevinpfox/emotion-proof-of-concept-april/blob/main/package.json) with more specific versions? Our templates...

@altechzilla Would you mind providing a minimal reproduction? You can fork this template: https://mui.com/r/issue-template-latest PS: Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve

Linking this to the Next.js 13 umbrella issue: https://github.com/mui/material-ui/issues/34905

@KarthickSivank I'm afraid there isn't enough info for us to look into this, would you mind providing a minimal reproduction? You can fork this template: https://mui.com/r/issue-template-latest PS: Here are some...

@JahnoelRondon The CSS injection order must be flipped in order for your custom CSS to have precedence over Material UI styles: ```ts ``` Here is a working sandbox: https://codesandbox.io/s/https-github-com-mui-material-ui-issues-37043-523gyn?file=/src/App.tsx Our...

> instead change the logic in MarkdownDocsV2.js to do the slice only if the `headers.components.length > 0` This worked and I added a comment! @mnajdova

@doublelam At a glance, you may be missing `CacheProvider` on both the server side and client side, see this doc: https://mui.com/material-ui/guides/server-rendering/#the-client-side

Closing this as MUI libraries are compatible as of [`5.14.0`](https://github.com/mui/material-ui/releases/tag/v5.14.0) with the app directory of Next.js! By compatible we mean that it works as before with the page directory. This...

In https://github.com/mui/base-ui/pull/373 I've fixed it so that clicks that land on the thumb will not change the value or shift the thumb: https://deploy-preview-373--base-ui.netlify.app/experiments/slider/