bootstrap-switch-button-react icon indicating copy to clipboard operation
bootstrap-switch-button-react copied to clipboard

Component fails to import on server side rendering

Open kenxu0927 opened this issue 3 years ago • 2 comments

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

kenxu0927 avatar May 27 '22 19:05 kenxu0927

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)

stringariSM avatar Jan 31 '23 15:01 stringariSM

I found this issue which contains a short solution: #35

stringariSM avatar Jan 31 '23 15:01 stringariSM