Skip to content

Commit

Permalink
closes #114
Browse files Browse the repository at this point in the history
Refer to specific line number to avoid confusion.
  • Loading branch information
gbj authored Jul 5, 2024
1 parent 2d7f0f1 commit 231df4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getting_started/leptos_dx.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It's very easy to set up:
1. Run `cargo add console_error_panic_hook` in your project
2. In your main function, add `console_error_panic_hook::set_once();`

> If this is unclear, [click here for an example](https://github.com/leptos-rs/leptos/blob/main/examples/counter/src/main.rs#L4-L15).
> If this is unclear, [click here for an example](https://github.com/leptos-rs/leptos/blob/main/examples/counter/src/main.rs#L6).
Now you should have much better panic messages in the browser console!

Expand Down

0 comments on commit 231df4e

Please sign in to comment.