Closed edvorg closed 7 years ago
Hi. I had an issue with the app reloading, debugging shown that for my browser js/window.location.port is a string, while (.getPort uri) is an int. I suggest to coerce these values to string to avoid this problem.
js/window.location.port
(.getPort uri)
Closing in favor of #38
Hi. I had an issue with the app reloading, debugging shown that for my browser
js/window.location.port
is a string, while(.getPort uri)
is an int. I suggest to coerce these values to string to avoid this problem.