-
## Description
Set up the initial Next.js project structure, install necessary libraries and configure basic project settings.
## Tasks
- [x] Next.js project structure is set up with essential f…
-
### 🖌 Summary
ThemeProvider is deprecated. We should replace any usage of styled-components with `@emotion/react` so we can remove the deprecated theme provider.
This github discussion gives some hi…
-
### Steps to reproduce
Steps:
1. Open this link to an example project, you'll need to pull down and run: https://github.com/bookcicle/mui-tauri-drag-n-drop-tree-example
2. Run the App on Macos
3.…
-
➜ Network: use --host to expose
➜ press h + enter to show help
X [ERROR] Could not read from file: D:/saikat/reacts/react-starter-kit/.yarn/__virtual__/@emotion-react-virtual-34d79653b6/5/C:/Us…
-
### Steps to reproduce
Steps:
1. Open this link to live example: https://react-pwdpdf.stackblitz.io (can also be tested in docs: https://mui.com/x/react-tree-view/rich-tree-view/ordering/)
2. Start…
JSHSJ updated
21 minutes ago
-
### Steps to reproduce
Link to live example: (required)
[Link to reproduce](https://codesandbox.io/p/sandbox/add-a-row-performance-data-grid-forked-87pl77)
Steps:
1. Having a large number of colum…
-
**The problem**
Get cache by key so userland can manually clear a cache even if the external component doesnt export it.
Say there's an external component library named `awesome-lib` that export…
-
**Current behavior:**
`npm install` fails without --legacy-peer-deps flag due to emotion packages.
```
npm i
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR!…
-
**Current behavior:**
After updating `@emotion/react` to `11.13.3`, I start seeing the following type error in HOC (higher-order components):
```
src/hoc.tsx:7:13 - error TS2322: Type 'P' i…
-
### Steps to reproduce
1. Take very simple project, e.g. https://github.com/aleksei-berezkin/mui-pigment-example/
2. `npm run dev`
3. Open `localhost:3000`
### Current behavior
Compilation takes …