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 c25eceb commit f3f50f6Copy full SHA for f3f50f6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jderobot-ide-interface",
3
- "version": "0.1.28",
+ "version": "0.1.29",
4
"main": "dist/main.js",
5
"typings": "dist/index.d.ts",
6
"files": [
src/components/Button/Button.tsx
@@ -35,7 +35,7 @@ const Button = ({
35
title={title}
36
id={id}
37
active={active}
38
- onClick={() => onClick()}
+ onClick={(e:any) => onClick(e)}
39
>
40
{children}
41
</StyledButton>
0 commit comments