Synphonyte / leptos-struct-table

Easily create Leptos table components from structs
Apache License 2.0
164 stars 24 forks source link

Bump leptos-use version #50

Closed frnsys closed 2 months ago

frnsys commented 2 months ago

Hi, I was trying to use this crate but ran into this issue when compiling:

error[E0599]: no variant or associated item named __Nonexhaustive found for enum web_sys::NotificationPermission in the current scope --> /home/francis/.cargo/registry/src/index.crates.io-6f17d22bba15001f/leptos-use-0.11.4/src/use_web_notification.rs:484:46 | 484 | web_sys::NotificationPermission::__Nonexhaustive => Self::Default, | ^^^^^^^^^^^^^^^ variant or associated item not found in NotificationPermission

Updating the leptos-use dependency to 0.12.0 fixes it.

maccesch commented 2 months ago

Thanks!