Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.expect on leptos context does not log full sentence errors #1036

Open
n1tranquilla opened this issue Sep 25, 2024 · 0 comments
Open

.expect on leptos context does not log full sentence errors #1036

n1tranquilla opened this issue Sep 25, 2024 · 0 comments
Labels
good first issue Good for newcomers
Milestone

Comments

@n1tranquilla
Copy link
Collaborator

eg.

...
use_context::<ReadSignal<Option<DelegateCount>>>()
            .expect("there to be an optional delegator count signal provided");

Find these instances and update them to include "Expected there to be..."

@n1tranquilla n1tranquilla added the good first issue Good for newcomers label Sep 25, 2024
@n1tranquilla n1tranquilla added this to the Maintenance milestone Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: Backlog
Development

No branches or pull requests

1 participant