lpotthast/leptonic

I updated to the latest version and leptos also upgraded to 0.5.0-rc2, but there was an error in compilation.

Closed this issue · 0 comments

lhjok commented

I updated to the latest version and leptos also upgraded to 0.5.0-rc2, but there was an error in compilation.

error[E0432]: unresolved imports `leptos_use::use_element_size`, `leptos_use::UseElementSizeReturn`
 --> /var/home/lhjok/.cargo/git/checkouts/leptonic-09c2066a1d051b46/9a3e7be/leptonic/src/progress_bar.rs:2:18
  |
2 | use leptos_use::{use_element_size, UseElementSizeReturn};
  |                  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^ no `UseElementSizeReturn` in the root
  |                  |
  |                  no `use_element_size` in the root
  |                  help: a similar name exists in the module: `use_element_hover`

error[E0432]: unresolved imports `leptos_use::use_element_size`, `leptos_use::UseElementSizeReturn`
 --> /var/home/lhjok/.cargo/git/checkouts/leptonic-09c2066a1d051b46/9a3e7be/leptonic/src/skeleton.rs:2:18
  |
2 | use leptos_use::{use_element_size, UseElementSizeReturn};
  |                  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^ no `UseElementSizeReturn` in the root
  |                  |
  |                  no `use_element_size` in the root
  |                  help: a similar name exists in the module: `use_element_hover`