I have the following case: I have a main page which triggers an opening of a new tab containing a loading indicator. Then when the main page receives a response, it is expected that the tab is updated with a new content.
Is it possible to achieve this?
This used to be possible when using:
JET.navigate({
name: "APP ID",
title: "Simple title",
url: "..",
target: "tab"
})
Executing the snippet two times with different urls used to modify the initially opened tab. Right now it seems like it opens two tabs. This behavior was first noticed at the beginning of 2020.