mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-30 23:08:54 +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);
|
setRouteAnnouncement(content || pathname);
|
||||||
}
|
}
|
||||||
}, [asPath]);
|
}, [pathname]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<p
|
<p
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue