Test & Run modes are not updating

I run into a new problem consistently since a few days ago. After making some changes to the code, and running test or run mode, those changes are NOT reflected in the testing version.

Specifically I changed a text widget in one of my components which is reflected in the builder UI, but when I run a test, it's still the previous text.

Solutions I tried:

  • Ending test session & running new

  • Using run mode

  • Waiting until both run out, and re-starting a new session

  • Saving a new version for the app & running test from that

This is becoming a big problem for me, because sometimes it takes hours for the issue to just disappear on its own. And worse, when it does come up again, it usually takes me a few minutes to realize why my edits are not reflected which both cut into development time.

In editor:

In test mode:

6
15 replies