Skip to content

Commit 6fdaefe

Browse files
committed
Merge pull request #239 from abergs/onclick-reserved-link-prop
[fixed] active links w/o onClick property fixes #238
2 parents 8577fad + 1abc1d0 commit 6fdaefe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/components/Link.js

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ var RESERVED_PROPS = {
2525
className: true,
2626
activeClassName: true,
2727
query: true,
28+
onClick:true,
2829
children: true // ReactChildren
2930
};
3031

0 commit comments

Comments
 (0)