Closed redouane59 closed 6 years ago
I am having the same error
Me too.
I'm having the same issue.
Hey, I've created a new fresh component here https://github.com/gfazioli/react-toggle
It's the same component but now working fine. Use yarn add react-toggle-component
and import Toggle from "react-toggle-component"
With this new version, you don't need to load the styles. They are embedded.
Let me know if everything is ok
Hello,
After having done the npm install react-switch-button --save, i have those warnings :
In my App.js class, after having import the module using
import SwitchButton from 'react-switch-button';
I just try to include it in my render function this way<SwitchButton label="Click me" />
and i always have the same error :Could you help me ?