jfbilodeau / yew_form

Components to simplify handling forms with Yew
Apache License 2.0
95 stars 16 forks source link

Get example panics #6

Open dayat23 opened 3 years ago

dayat23 commented 3 years ago

Getting this panic on the current master code, my code is the same as in the examples folder, this happens as soon as oninput gets triggered for me.

panicked at 'calledOption::unwrap()on aNonevalue', /Users/dayat/.cargo/registry/src/github.com-1ecc6299db9ec823/yew_form-0.1.7/src/form.rs:24:39

versions:

yew = "0.17.4" yew_form = "0.1.7" yew_form_derive = "0.1.7"

dayat23 commented 3 years ago

@jfbilodeau did you update that package in crates.io?