LangGraph Platform vs subgraph vs interrupt

Hi!
There is a parent graph and a subgraph that have a common “messages”. When executing “interrupt” inside the subgraph in ‘Chat’ LangGraph Platform, the subgraph messages are overwritten and only the parent graph messages and the “interrupt” input window remain. An “interrupt” is transmitted from the subgraph to the parent graph, and the “Chat” window shows the state of the dialogue at the moment of entering the subgraph, even though they have shared “messages”. Is it possible to update the ‘messages’ of the parent graph before calling “interrupt” in the subgraph?

Exactly the same problem here, anyone got an solution??

Are you facing the same issue when using langgraph studio?

yes, the problem persists with studio