vlang / ui

A cross-platform UI library written in V
MIT License
2.32k stars 154 forks source link

Deprecated Error: warning: propagating a result like an option is deprecated, use `foo()!` instead of `foo()?` #485

Closed gospacedev closed 1 year ago

gospacedev commented 1 year ago

V version: V 0.3.1 UI version: 0.0.4 OS: Windows

What did you do? I ran the calculator UI example

What did you expect to see? A UI of a calculator

What did you see instead? An error saying: warning: propagating a result like an option is deprecated, use foo()! instead of foo()?