subscribe(location, “currentMode”, modeChange)
was working great yesterday, and now it refuses to fire. The only change I made was that I renamed some modes. I have reset, reinstalled, etc since then and cannot get that event to catch?
subscribe(location, “currentMode”, modeChange)
was working great yesterday, and now it refuses to fire. The only change I made was that I renamed some modes. I have reset, reinstalled, etc since then and cannot get that event to catch?
I am having issues with a subscription too, but don’t know if it is related. Inside the app, one works and another doesn’t. I can’t recall any code changes that would have affected it. It worked a couple days ago. I will also try some resetting, reinstalling, etc.
So apparently that is no longer a valid Subscribe signature, according to the docs. However, it is still quoted as being the code to use in the Mode docs…so…who knows.