We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d53bb3 commit 1d52e8fCopy full SHA for 1d52e8f
src/htmltojsx.js
@@ -26,6 +26,7 @@ var NODE_TYPE = {
26
var ATTRIBUTE_MAPPING = {
27
'for': 'htmlFor',
28
'class': 'className'
29
+ 'onclick': 'onClick'
30
};
31
32
var ELEMENT_ATTRIBUTE_MAPPING = {
0 commit comments