We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
exact
1 parent 2c28b9d commit e986eceCopy full SHA for e986ece
src/IndexLinkContainer.js
@@ -7,7 +7,7 @@ import LinkContainer from './LinkContainer';
7
export default class IndexLinkContainer extends React.Component {
8
render() {
9
return (
10
- <LinkContainer {...this.props} exact />
+ <LinkContainer {...this.props} exact={true} />
11
);
12
}
13
0 commit comments