You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are seeing an issue 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 for ajv8 since it is also a peerDependency AND devDependency. It seems like the dependency itself is causing this issue. Moreover, it probably make sense to not have ajv8 as an optional peerDependency once you remove it as a dependency
The text was updated successfully, but these errors were encountered:
We are seeing an issue in @rjsf where the user is getting duplicate
ajv
instances in their webpack distribution. I'm fairly certain it is becauseajv-formats
has an incorrectdependencies
forajv8
since it is also apeerDependency
ANDdevDependency
. It seems like thedependency
itself is causing this issue. Moreover, it probably make sense to not have ajv8 as an optional peerDependency once you remove it as a dependencyThe text was updated successfully, but these errors were encountered: