Handling error messages

This commit is contained in:
Belen Curcio
2018-08-16 13:14:47 -03:00
parent ecb82cf9a9
commit e4ebb2553f
7 changed files with 69 additions and 26 deletions
@@ -50,8 +50,6 @@ const BaseButton: StatelessComponent<InnerProps> = ({
type,
...rest
}) => {
console.log("type", type, "Basebutton");
let Element = "button";
if (anchor) {