Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge props passed to Link #170 #175

Merged
merged 2 commits into from
Aug 7, 2014
Merged

Merge props passed to Link #170 #175

merged 2 commits into from
Aug 7, 2014

Conversation

brigand
Copy link
Contributor

@brigand brigand commented Aug 6, 2014

Fixes #170 by merging in props to Link.

Also fixes the docs to mention that className can be passed, which was already being merged in Link.

@@ -3,7 +3,7 @@ var ActiveState = require('../mixins/ActiveState');
var withoutProperties = require('../helpers/withoutProperties');
var transitionTo = require('../helpers/transitionTo');
var makeHref = require('../helpers/makeHref');

var hasOwn = Function.prototype.call.bind(Object.prototype.hasOwnProperty);
Copy link
Member

Choose a reason for hiding this comment

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

clever, never done it like this before

@ryanflorence
Copy link
Member

<3 the commit message :D

ryanflorence added a commit that referenced this pull request Aug 7, 2014
@ryanflorence ryanflorence merged commit d63e85b into remix-run:master Aug 7, 2014
@brigand brigand deleted the issue-170-dangerouslySetInnerHTML branch August 7, 2014 05:25
@lock lock bot locked as resolved and limited conversation to collaborators Jan 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dangerouslySetInnerHTML
2 participants