@rjsf/core
@rjsf/utils
- Short-circuit
File
andDate
constructor access in isObject to optimize performance in scenarios whereglobalThis
is aProxy
that incurs overhead for each class constructor access (#4413). Fixes #4409
@rjsf/validator-ajv8
- Fixed issue where
ui:title
in anyOf/oneOf is not shown in error messages. Fixes #4368