We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So that can't get e which is react event parameter.
e
ex.
render: function() { return( <Element onClick={this._onClick}></Element> ); }, _onClick: function(e) { console.log(e); }
Error message: TypeError: e is undefined
TypeError: e is undefined
Need to remove onClick on unit.js or add e https://github.com/jessy1092/react-semantify/blob/develop/src/commons/unit.js#L87-L92
unit.js
The text was updated successfully, but these errors were encountered:
v0.3.1
a2f10a0
- Remove Unit Component onClick function. Just transfer default props. issue #19
0e29a91
- Remove Unit Component onClick function. Just transfer default props. issue #19 - Fix Rating initialization typo. close #18
f6a8775
jessy1092
No branches or pull requests
So that can't get
e
which is react event parameter.ex.
Error message:
TypeError: e is undefined
Need to remove onClick on
unit.js
or adde
https://github.com/jessy1092/react-semantify/blob/develop/src/commons/unit.js#L87-L92
The text was updated successfully, but these errors were encountered: