Vaadin TextField Issue

I am working on vaadin 13.0.1 today when i created jar of my spring boot project maven starts looking for update and it updated vaadin TextField to version 2.4.9 and other components as well after that when i was running my project on browser TextField, passwordField are not visible on view and it throwing type error . when i was doing inspect element on browser components is written but not visible on view. I updated my vaadin version to 13.0.11 but still facing same issue TextField and some other components are not visible.

I had a very similar issue - textfield and password file not visible but other components working fine. Did you resolve it?