bootstrap-switch-button-react
bootstrap-switch-button-react copied to clipboard
Component fails to import on server side rendering
I'm working on a project using server side rendering React and this library throws an error on my server side:
ReferenceError: window is not defined
I have the same problem.
Server Error
ReferenceError: window is not defined
This error happened while generating the page. Any console logs will be displayed in the terminal window.
Call Stack
node_modules/bootstrap-switch-button-react/lib/bootstrap-switch-button-react.js (1:9869)
I found this issue which contains a short solution: #35