Open LewisHein5 opened 3 months ago
Also, it looks like the leptos-use dependency may be outdated.
confirmed, I get the following:
error[E0599]: no variant or associated item named `__Nonexhaustive` found for enum `web_sys::NotificationPermission` in the current scope
--> /Users/ababkin/.cargo/registry/src/index.crates.io-6f17d22bba15001f/leptos-use-0.10.10/src/use_web_notification.rs:451:46
|
451 | web_sys::NotificationPermission::__Nonexhaustive => Self::Default,
| ^^^^^^^^^^^^^^^ variant or associated item not found in `NotificationPermission`
When building on stable rust with v0.5.0, time 0.3.31 is causing a build error:
I assume this will be fixed by depending on time 0.3.36