mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-29 14:38:50 +02:00
fix
This commit is contained in:
parent
2ee657bc1e
commit
a077afa577
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ export const RouteAnnouncer = React.memo(() => {
|
|||
|
||||
setRouteAnnouncement(content || pathname);
|
||||
}
|
||||
}, [asPath]);
|
||||
}, [pathname]);
|
||||
|
||||
return (
|
||||
<p
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue