When updating a view, some of the components does not refresh properly. At times the layout just looks weird and way off. Is there a reason for this? Any best practices or suggestions?
Vaadin 24.4.8
When updating a view, some of the components does not refresh properly. At times the layout just looks weird and way off. Is there a reason for this? Any best practices or suggestions?
Hard to understand what you really mean… just a guess… do you mean that some components aren’t rendered in production mode?
Yes, that is correct. I reverted to ver 24.4.7 and everything looks fine now.
Interesting… 24.4.8 should not change something in this regard… your problem normally comes from the way how you instantiate your components or dynamic routes and Vaadin can’t include all component JS in the final Bundle… see e.g. Several components not shown or not working in production mode
If the problem only occurs in 24.4.8 that’s really weird.
Might be something problematic in the npm cache. Try running mvn vaadin:clean-frontend
to see if that might resolve the situation.