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.
1 parent 690df4a commit 8d5e99dCopy full SHA for 8d5e99d
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