We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b2673b + 8d5e99d commit 8217e81Copy full SHA for 8217e81
src/components/NextLink/NextLink.jsx
@@ -23,7 +23,7 @@ NextLink.propTypes = {
23
addClass: PropTypes.string,
24
path: PropTypes.exact({
25
pathname: PropTypes.string.isRequired,
26
- query: PropTypes.oneOfType([PropTypes.number, PropTypes.string, PropTypes.shape({})]),
+ query: PropTypes.shape({}),
27
}).isRequired,
28
}
29
0 commit comments