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
[error] /home/naftoli/dev/timer/javafx/src/main/scala/com/dev1on1/timer/Fxml.scala:28: class ComboBox takes type parameters
[error] <ComboBox><items>{SavedSearch("", "")}</items></ComboBox>
I probably will not "fix" this issue. There is no way to keep FXMLLoader's usage without breaking type-safety.
Our strict type checking can be considered as a feature instead a bug. Our type alias approach for generic controls is recommended as it is more type-safe than FXMLLoader's raw type.
E.g.
@fxml <ComboBox/>
The text was updated successfully, but these errors were encountered: