Description
I am developing a Forge app using Custom UI.
The app is rendered in a parent view such as contentBylineItem, and from this parent view I open a modal using @forge/bridge.
Issue
When calling view.close() inside the modal, not only the modal itself is closed, but the parent view (for example, contentBylineItem) is also closed.
As a result, the parent view cannot receive any data returned from the modal.
This behavior was working correctly before and has only started occurring recently.