Heath C
Heath C
Material-ui 4 is no longer supported. We only want to maintain the mui theme moving forward. Update docs to remove any references to it and delete the package
[Fluent UI v9](https://react.fluentui.dev/) is a separate package @fluentui/react-components that requires its own theme. We can @deprecate the current `fluent-ui` theme and build a new one called `fluentui-rc` (or a better...
We want to drop any of the deprecate APIs as they are no longer needed
When I bumped my applications to use `2.7.1` I started having my webpack builds fail with the following error: ``` static/js/client.7df81032.js from Terser TypeError: Cannot read properties of undefined (reading...
**Intended outcome:** Trying to prevent memory leaks on SSR using the `enableStaticRendering()` function while also avoiding warnings about data being read outside a reactive context **Actual outcome:** Calling `enableStaticRendering()` causes...
We are seeing an [issue](https://github.com/rjsf-team/react-jsonschema-form/issues/3413) in @rjsf where the user is getting duplicate `ajv` instances in their webpack distribution. I'm fairly certain it is because `ajv-formats` has an incorrect `dependencies`...
This is related to #40905 only it fixes `@mui/material` - [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/material-ui/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request).
I'm getting the error below when I'm upgrading types in my `antd` implementation: ``` - "@types/estree": "^1.0.1", + "@types/estree": "^1.0.4", ``` There seems to be a typing issue with the...
### Prerequisites - [X] I have searched the existing issues - [X] I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to the maintainers. - [X] I have read...