0
0
Fork 0

Fix incorrect proptypes from react-router-v5 update (#27507)

This commit is contained in:
Claire 2023-10-23 11:39:53 +02:00 committed by GitHub
parent 70fd819935
commit 0ad66175bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -49,6 +49,7 @@ export function withOptionalRouter(Component) {
C.displayName = displayName;
C.WrappedComponent = Component;
C.propTypes = {
...Component.propTypes,
wrappedComponentRef: PropTypes.oneOfType([
PropTypes.string,
PropTypes.func,