react-awesome-button
react-awesome-button copied to clipboard
react-awesome-button\src\components\AwesomeButton\index.js: Unexpected token (20:24)
I have the same issue
I have the same issue. I'm using typescript.
The same problem here. Does anyone know how to fix it?
I was able to make it work, my problem was that I was forgetting of importing the .css. After I add that import, it works.
My imports now are like this:
import { AwesomeButton } from 'react-awesome-button';
import 'react-awesome-button/dist/styles.css';