List of steps to reproduce (step by step, including full links if applicable):
- search for a value that return nothing in some instance or one with just a few entry
- Go to the mediaType without entry / or browse to the last page of it
What happens?:
the "checkForMore" vuex store object should return false when no more values are set
What should have happened instead?:
- The "checkForMore" should have returned true and no search should have been made
Additional Info
THe code has currently being writted to expect "NULL" if there are no new entry and "undefined" on the first load. Currently erven after we search the continue is still being set to Undefined and not NULL