You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to update the context/subEntityId or have a record that the subEntityId has already been followed once? I have enabled deeplinking using subEntityId for one of my tabs in my app, but when trying to return to the default state/page of this tab, it's reloading the path/page triggered by the subEntityId because I can't set it to be an empty string or null after the desired task is executed. Is there some sort of workaround for this issue?
Thank you for your help!
The text was updated successfully, but these errors were encountered:
Hi jailene5! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.
@jailene5 - We got the below response from engineering team.
We don't provide a mechanism for apps to clear the subEntityId from the context. The subEntityId gets automatically cleared when the user navigates away from the app/tab.
Could you please let us know how this app handles internal routing or what stack it's built on? Typically, a developer should be able to read the subEntityId when their app is first loaded and store it in memory (e.g. using React's useState hook). Then they can clear this in-memory state once it's no longer relevant and avoid re-using it again until their app is reloaded (e.g. when the user navigates away and comes back possibly via a different deep link).
Is there any way to update the context/subEntityId or have a record that the subEntityId has already been followed once? I have enabled deeplinking using subEntityId for one of my tabs in my app, but when trying to return to the default state/page of this tab, it's reloading the path/page triggered by the subEntityId because I can't set it to be an empty string or null after the desired task is executed. Is there some sort of workaround for this issue?
Thank you for your help!
The text was updated successfully, but these errors were encountered: