Closed pekam closed 3 years ago
@pekam can you verify whether this still reproduces ?
Yes, this still reproduces with the latest Flow-snapshot.
Is this fixed by https://github.com/vaadin/flow/pull/4787
At least the linked PR changes the code so that visitNodeTreeBottomUp(StateNode::handleOnDetach); has been removed from onDetach and flow presented in stacktrace is no longer possible.
I have a
vaadin-grid
in my Polymer-template and it updates the value ofcurrentPatient
-property when the user selects an item in the grid. I need to get theid
ofcurrentPatient
so I bind it in theTemplateModel
:Now selecting a patient in client sends a message to server as it should:
But this causes also the server to send a message back to client for some reason:
And this causes the selected patient to become unselected immediately.
Selecting the same patient twice in a row causes:
This issue is maybe related to: https://github.com/vaadin/flow/issues/2035