Skip to content

issues Search Results · repo:leptos-rs/leptos language:Rust

Filter by

1k results
 (108 ms)

1k results

inleptos-rs/leptos (press backspace or delete to remove)

Describe the bug While running the example, solution number 5 (an idiomatic Leptos solution) appears to malfunction. The syntax highlighting doesn t work and I see errors in the browser console. Checking ...
  • purung
  • Opened 
    8 hours ago
  • #3721

Describe the bug If user opens a link in the application referencing some component on some Route (without going through any sibling Routes) that contains a ParamSegment, where that derived Params is hooked ...
  • metatoaster
  • Opened 
    13 hours ago
  • #3719

Describe the bug When using --cfg=erase_components, attempting to use attribute spreading results in errors like error[E0277]: the trait bound `(leptos::tachys::html::class::Class str ,): leptos::attr::Attribute` ...
  • ilyvion
  • 1
  • Opened 
    yesterday
  • #3718

I tried running the spread example locally, and thanks to the rust-toolchain.toml it installed the expected channel (nightly-2025-03-05 at the time of this writing) but it did not include the wasm32-unknown-unknown ...
  • ilyvion
  • 1
  • Opened 
    yesterday
  • #3717

The either! macro has a non-optional trailing comma, which is inconvenient when it fits on a single line. I believe all that needs to be done is changing the last comma in each match arm to e.g. $right_expression:expr$(,)?. ...
feature request
  • AndrolGenhald
  • 1
  • Opened 
    2 days ago
  • #3709

Describe the bug I am not sure if this is expected from leptos, but each time I add a Suspense / Await outside of a Route, any Route that itself uses Suspense / Await will cause hydration error Leptos ...
bug
  • leo91000
  • 2
  • Opened 
    3 days ago
  • #3707

Describe the bug When switching from a Some to a None for an Option in a store, if the unwrap() s returned subfield is used, then a panic occurs in the subfield s unwrapping closures. A minimal reproducible ...
bug
  • mscofield0
  • 5
  • Opened 
    4 days ago
  • #3704

Describe the bug Given the following App and the resource to be provided (encapsulated in the newtype Ctx): #[derive(Clone, Debug)] struct Ctx(Option Resource Result String, ServerFnError ); #[component] ...
  • metatoaster
  • 5
  • Opened 
    5 days ago
  • #3699

Describe the bug Does Leptos view not support Chinese characters? I encountered this error when I copied my Next.js code over. error: unknown start of token: \u{b7} -- src/frontend/pages/topic_page.rs:259:60 ...
documentation
  • YenHarvey
  • 2
  • Opened 
    5 days ago
  • #3698

Describe the bug If you want to apply a node_ref to any component s root element, this works just fine using attr: syntax or attribute spread syntax. If the component makes use of AttributeInterceptor, ...
bug
  • ilyvion
  • 1
  • Opened 
    6 days ago
  • #3697
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub