Skip to content

Commit

Permalink
Merge pull request remix-run#239 from abergs/onclick-reserved-link-prop
Browse files Browse the repository at this point in the history
[fixed] active links w/o onClick property

fixes remix-run#238
  • Loading branch information
ryanflorence committed Aug 28, 2014
2 parents 8577fad + 1abc1d0 commit 6fdaefe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/components/Link.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ var RESERVED_PROPS = {
className: true,
activeClassName: true,
query: true,
onClick:true,
children: true // ReactChildren
};

Expand Down

0 comments on commit 6fdaefe

Please sign in to comment.