(TypeError) : $0.$connector.updateData is not a function

I recently start getting this error after closing a flow dialog contains a grid.

(TypeError) : $0.$connector.updateData is not a function

I am using Chrome Version 74.0.3729.169 (Official Build) (64-bit) and vaadin version = ‘12.0.7’

Do you know how to workaround it?

I would first try updating to Vaadin version 13.0.7 and see if the issue persists. If it does, you should try to create a small example that reproduces the issue and submit it to https://github.com/vaadin/vaadin-grid-flow/issues

-Olli

Thank you, upgrading to Vaadin version 13.0.7 solved the issue.

Nice!