Skip to content

Commit 1abc1d0

Browse files
committed
Added OnClick to reserved link property, fixes #238
1 parent a63c940 commit 1abc1d0

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)