You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ComponentUtil.setData and ComponentUtil.getData API is useful for a wide range of special cases (e.g. to replace custom UI class when updating from an older Vaadin version) but it's not documented anywhere. One particular thing that has confused users is whether the data is stored on the server or in the client.
The
ComponentUtil.setData
andComponentUtil.getData
API is useful for a wide range of special cases (e.g. to replace custom UI class when updating from an older Vaadin version) but it's not documented anywhere. One particular thing that has confused users is whether the data is stored on the server or in the client.Could be documented in the Advanced section together with the client-side counterpart: https://github.com/vaadin/docs/blob/latest/articles/flow/advanced/web-storage-api.adoc
If you think this issue is important, add a 👍 reaction to help the community and maintainers prioritize this issue.
The text was updated successfully, but these errors were encountered: