Skip to content

Commit 8217e81

Browse files
committed
Merge branch '155-console-errors' of https://github.com/scientist-softserv/webstore-component-library into 155-console-errors
2 parents 0b2673b + 8d5e99d commit 8217e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NextLink/NextLink.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ NextLink.propTypes = {
2323
addClass: PropTypes.string,
2424
path: PropTypes.exact({
2525
pathname: PropTypes.string.isRequired,
26-
query: PropTypes.oneOfType([PropTypes.number, PropTypes.string, PropTypes.shape({})]),
26+
query: PropTypes.shape({}),
2727
}).isRequired,
2828
}
2929

0 commit comments

Comments
 (0)