Mikhail Shabarov

Results 119 comments of Mikhail Shabarov

Thanks @mvysny @oliveryasuna @knoobie for you analysis! I like the idea to open a new one, but before I would like to understand what changes in `package.json` are made by...

Usage examples https://vaadin.com/blog/asynchronous-javascript-execution-in-vaadin-flow.

I couldn't reproduce it. Tried running the app by running `Application.java` and `mvn`. Also tried disable/enabled the extension, works without restarts. My configuration: ``` VS Code Version: 1.88.1 (also tried...

We can create a new interface and move there the functionality from `ReactAdapterComponent`, and then keep the `ReactAdapterComponent` abstract class as a shortcut for simple cases that implements this new...

May have the same or similar root cause https://github.com/vaadin/flow/issues/19378.

Why do you use DataCommunicator? Isn't call the `treeGrid.getDataProvider().refreshAll()` be enough, that's a true public API for the component. Would be good to update the documentation (and javadocs) to mention...

**Acceptance Criteria**: - [ ] Flow has an API for updating routes, its implementation does the same as the existing logic does in [hotswap-agent-vaadin-plugin](https://github.com/HotswapProjects/HotswapAgent/blob/master/plugin/hotswap-agent-vaadin-plugin/src/main/java/org/hotswap/agent/plugin/vaadin/VaadinIntegration.java) - 3 SP - [ ]...

I propose to retest this issue after we implement https://github.com/vaadin/flow/issues/19127.

I've updated the referenced skeleton starters. ~Wanted to update the main layout templates in Start, but noticed that they don't have a header tag that could use the page title...

I think this have to be changed to return the element that corresponds to the embedded Vaadin app, or at least documented.