-
-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
Description
V4 would be the last version with MUI.
I want to make the following changes in the next major version.
- Remove MUI to reduce the package size
- Fully support Next.js 14 and SSR issues.
SSR is not working properly because of MUI and how our internal store is implemented.
next 14 pnpm build fail #429- Refactor the internal store
- Improve the performance of hovering on deep nested data.
Clipboard icon loading speed become slow when depth of more than 30 is added with several nested JSON #470
rtritto, abnerlee and thebiglabasky