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.
exact
strict
1 parent 94062a0 commit 32f9e44Copy full SHA for 32f9e44
src/LinkContainer.js
@@ -18,7 +18,6 @@ export default class LinkContainer extends Component {
18
static propTypes = {
19
children: PropTypes.element.isRequired,
20
onClick: PropTypes.func,
21
- target: PropTypes.string,
22
replace: PropTypes.bool,
23
to: PropTypes.oneOfType([
24
PropTypes.string,
@@ -35,6 +34,8 @@ export default class LinkContainer extends Component {
35
34
36
static defaultProps = {
37
replace: false,
+ exact: false,
38
+ strict: false,
39
activeClassName: 'active',
40
};
41
0 commit comments