I'm getting
Incompatible types. Found: 'java.lang.String', required: 'java.lang.Class<? extends com.vaadin.flow.theme.AbstractTheme>
For
@Theme("parity")
What's the fix?
I'm getting
Incompatible types. Found: 'java.lang.String', required: 'java.lang.Class<? extends com.vaadin.flow.theme.AbstractTheme>
For
@Theme("parity")
What's the fix?
Hi, Looks like you are using Vaadin 14. This theme only supports Vaadin 23 and newer.
I upgraded to 23.
Now I'm getting the following:
22-November-03 14:06:46:038 INFO dev-server-output c.v.b.d.DevServerOutputTracker:110 - Error: Can't resolve 'line-awesome/dist/line-awesome/css/line-awesome.min.css' in '/Users/xxxxxxxxx/target/flow-frontend/themes/parity'
Do you know why?
Thanks!
Hi Ron, we've release a new version that solves the line-awesome issue, give it a try and let us know if there are some more issues.
This also may be because you haven't ran `prepare-frontend` after upgrading.