eternagame / eterna-mobile

Eterna mobile app
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Implement quests + nav fixes + 1.4.2 test build #66

Closed luxaritas closed 2 years ago

luxaritas commented 2 years ago

The first error actually always occurs, as loading is initially false on mounted, then the mounted hook runs which enables loading. Loading is only false for one frame, and Vue is able to resume once the mounted hook runs. It's likely the second error that's the actual issue

luxaritas commented 2 years ago

Looks like it was due to some inconsistent data types returned by the server. Should be fixed now @tkaragianes