mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-07 13:44:55 +03:00
Remove unnessary key
This reduces the reliance on `location`
This commit is contained in:
parent
42f9be01dd
commit
7919dc04e2
|
@ -196,7 +196,7 @@ class Layout extends React.Component {
|
|||
search={<Search settings={meta.docSearch} />}
|
||||
alert={meta.nightly ? null : navAlert}
|
||||
>
|
||||
<Progress key={location.href} />
|
||||
<Progress />
|
||||
</Navigation>
|
||||
{isDocs ? (
|
||||
<Docs pageContext={pageContext}>{content}</Docs>
|
||||
|
|
Loading…
Reference in New Issue
Block a user