Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Object.observe
<vaadin-grid> is brilliant work, I love it!
But I noticed in the Chrome console as I started integrating that it has a dependency on Object.observe, which is scheduled for removal soon. Are there any plans to replace that code with (say) code using Proxy, or should we use a shim like https://github.com/MaxArt2501/object-observe?
Many thanks for a beautifully designed component!
Hi, and thanks for the nice feedback!
Here’s the relevant issue for this: https://github.com/vaadin/vaadin-grid/issues/331
As you can read from there, we already use a polyfill for this, and Chrome will continue to work after they remove this API.
Many thanks! I should've looked in GitHub first -- I'll make sure to do that before I post again :)
No worries. It’s just that this forum software that we use doesn’t send us notifications that often, so it might take a longer time to get a response in here than on GitHub or on the Gitter chat.