[Bug]: UI doesn’t update while watching local storage values #1529
Labels
Components
Dedicated to Frontend Visual Components
Javascript Frontend
Pull requests that update Javascript code
Is there an existing issue for this?
Current Behavior
An app with a page layout that uses an app ID to load a nested app does not update in the case where the parent app data responder is watching a localstorage value updated by the nested app.
Expected Behavior
The data responder in the parent app triggers as expected.
Steps to reproduce
localstorage.setValue (‘pageId’)
and sets the ID of a landing page.It works only in the editor. While testing in preview the parent app never refreshes the sub app when the localhost pageId changes because the data responder fails to trigger. Resizing the page causes it to update as expected.
Environment
Using the latest version on Docker for Windows.
Additional Information
No response
The text was updated successfully, but these errors were encountered: