xatkit-bot-platform / xatkit-chat-widget

(React) Chat widget for Xatkit
https://xatkit.com
MIT License
6 stars 2 forks source link

window.location.url does not exist #41

Closed gdaniel closed 4 years ago

gdaniel commented 4 years ago

The default value of the url prop is always null: window.location.url does not exist. We need to replace it with window.location.href.

gdaniel commented 4 years ago

I am on it