Skip to content

Conversation

@smashercosmo
Copy link

No description provided.

@smashercosmo
Copy link
Author

Sorry, I was inattentive (

Copy link
Member

@v12 v12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM except requested change

to, query, hash, state, children, onClick, target, action,
} = this.props;

const { router } = this.context;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

router from context is used further down in the code but it's not being accessed via this variable (this.context.router instead of router).


event.preventDefault();

this.context.router[action](
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use variable you defined above

@smashercosmo
Copy link
Author

Requested changes are addressed

@taion taion merged commit bbb719d into react-bootstrap:rr-v3 Apr 25, 2017
@taion
Copy link
Member

taion commented Apr 25, 2017

released in v0.23.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants