-
### Environment Information
- **Package version(s)**: 9.0.0-rc.6
- **Browser and OS versions**: Edge 99.0.1150.52 on macOS 12.3
### Please provide a reproduction of the bug in a codepen:
…
thure updated
2 years ago
-
So I am trying to access a className based on a template literal string and it's not working.
**WHAT WORKS:**
``
**WHAT DOES NOT WORK:**
```
const prop = 'XYZ';
```
I also tried:
```
…
-
Yesterday, I upgraded to 1.1.4 because I was getting an error, namely, `window is not defined`. Since then, that was fixed, but now a lot of props is being passed down to children components (at least…
-
**Describe the bug**
Trying to use import Xeokit with React from Next.js throws `ReferenceError: navigator is not defined` or `unexpected token 'export'`
**To Reproduce**
Steps to reproduce the b…
-
I've recently switched from `@mui/styles` to react-tss and I'm experiencing an error:
`Uncaught TypeError: can't assign to property "label" on "ltr": not an object`
Tracking the error down I'm l…
-
### What is the new or updated feature that you are suggesting?
Is there anything customization or configuration between @material-ui/core with @material-ui/style using JSS with Remix?
### Why …
-
Hey,
I'm currently migrating from MUI 4 to version 5 and have encountered some weird behaviour.
I've got a two files `tableFilterStyles.ts` and `TableFilter.tsx` containing
*tableFilterStyl…
-
Hi, I am trying to use react-arrows with server-side rendering (next.js project)
If I try to use directly - I have an error about missing window object on server.
I also tried to wrap Arrow into my …
-
[![sb error][1]][1]
[1]: https://i.stack.imgur.com/XGAN6.png
I finally managed to get SB working with mui4, but after upgrading the mui5, i can't get it going.
- installed with ```Npx…
-
### Bug description
I am running into an issue while trying to convert our project from `babel-loader` to `es-loader`. I am getting the following error:
```
can't access lexical declaration 'value'…