pubnub / javascript

PubNub JavaScript SDK docs https://www.pubnub.com/docs/sdks/javascript
Other
553 stars 401 forks source link

[Fix]: Prevent 'window is undefined' error during SSR #323

Closed SuttonJack closed 1 year ago

SuttonJack commented 1 year ago

If an SSR application imports PubNubProvider from 'pubnub-react' the following error will throw:

Screenshot 2023-05-24 at 5 25 06 PM

This PR guards all window references to prevent this