I’ve been working on a Spotify app and it’s been going well; just recently, however, there is a code path that, when I execute it, causes the Spotify app to act as if it has been reloaded. The console is cleared, all local state is gone, etc. I can’t seem to track down what is causing it to get refreshed. Are there known errors that, when triggered, cause a refresh?
Thanks.
-dave
Turned out that the problem was that I was not returning False after my form’s onChange method was called; this caused a form submit & page reload.