Skip to content

Commit

Permalink
Added OnClick to reserved link property, fixes remix-run#238
Browse files Browse the repository at this point in the history
  • Loading branch information
abergs committed Aug 28, 2014
1 parent a63c940 commit 1abc1d0
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 1abc1d0

Please sign in to comment.