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 8217e81 commit a44d5aaCopy full SHA for a44d5aa
src/compounds/LinkedButton/LinkedButton.jsx
@@ -31,7 +31,7 @@ const { onClick, ...remainingPropTypes } = Button.propTypes
31
LinkedButton.propTypes = {
32
buttonProps: PropTypes.shape(remainingPropTypes).isRequired,
33
addClass: PropTypes.string,
34
- path: PropTypes.shape({
+ path: PropTypes.exact({
35
pathname: PropTypes.string.isRequired,
36
query: PropTypes.shape({ id: PropTypes.number }),
37
}).isRequired,
0 commit comments