Skip to content

Commit

Permalink
fix doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
WorldSEnder committed Apr 7, 2022
1 parent aa2950f commit a8043fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/yew/src/functional/hooks/use_force_update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ impl UseForceUpdate {
/// }
/// }
/// ```
///
/// [`use_state`]: super::use_state()
/// [`use_reducer`]: super::use_reducer()
pub fn use_force_update() -> impl Hook<Output = UseForceUpdate> {
struct UseRerenderHook;

Expand Down

0 comments on commit a8043fd

Please sign in to comment.