-
I recently upgraded from `@material-ui` (v4) to `@mui` (v5), and accordingly upgraded to `gatsby-plugin-material-ui` v4. Everything seemed great when testing the site via `gatsby dev`, but as soon as …
-
Hi all,
I'm working on a TypeScript definition for `withStyle`. What I have so far is:
```
type identity = (arg: T) => T;
//TODO: This could be better, specific type information about the co…
-
The styling of chats is currently done using static CSS. We need to convert it into Material Components such as `Containers` etc.
Also, the current styling is temporary, we need to make it as per t…
-
I've created a [repository](https://github.com/allotrop3/isomorphic-style-loader-injection-issue) to reproduce the issue I am having. Please refer to the readme, which explains the issue.
https://g…
-
Is it already possible to lazy load components using navi?
```
import React, {lazy} from 'react';
import useStyles from './Blocks.styles';
const Paragraph = lazy(() => import('components/Parag…
-
### I am interested in helping provide a feature!
Yes
### Which generators are impacted?
- [X] All
- [ ] Angular
- [ ] HTML
- [ ] Qwik
- [ ] React
- [ ] React-Native
- [ ] Solid
- [ ] Stencil
- [ ]…
-
The theme should be what design is now, and stylesheets should be collocated.
```ts
export const Page: FC = ({ title, children }) => {
const theme = useTheme();
const styles = useMemo(
…
-
What do you think about this inherently unsafe API for `withStyles`:
```purescript
foreign import withStylesImpl ∷ ∀ props
. (Theme → JSS)
→ ({ | props } → JSX)
→ ReactComponent { | props…
paluh updated
4 years ago
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Current behavior 😯
When running the migration steps to migrate JSS…
-
### Related page
https://mui.com/material-ui/migration/upgrade-to-v6/
### Kind of issue
Missing information
### Issue description
Need information about usestyles support in future versions.
###…