@rjsf/material-ui
- Removed unnecessary import of old
@types/material-ui
which can cause typescript issues in some situations
@rjsf/utils
- Updated the
resolveAllReferences()
function to use object spreading to update properties and items in a schema rather than directly modifying the schema to avoid issues with frozen object, fixing #3805