diff --git a/website/blog/releases/3.3/index.mdx b/website/blog/releases/3.3/index.mdx index 159f730892..d4858687ef 100644 --- a/website/blog/releases/3.3/index.mdx +++ b/website/blog/releases/3.3/index.mdx @@ -29,7 +29,7 @@ It turns out in its current state, **Docusaurus had a few of those extra warning > Warning: LoadableComponent uses the legacy contextTypes API which is no longer supported and will be removed in the next major release. Use React.createContext() with static contextType instead. -In [#10079](https://github.com/facebook/docusaurus/pull/10079), we tried to get Docusaurus ready for React 19. We fixed all the React 18.3 warnings we encountered (but may have [missed some](https://github.com/facebook/docusaurus/issues/10099#issuecomment-2092671770)). Don't hesitate to [**report new warnings**](https://github.com/facebook/docusaurus/issues/10099) if you see them, to us but also to other Docusaurus third-party plugin authors. +In [#10079](https://github.com/facebook/docusaurus/pull/10079), we got Docusaurus ready for React 19. We fixed all the React 18.3 warnings we encountered. In case we missed any, don't hesitate to [**report new warnings**](https://github.com/facebook/docusaurus/issues/10099) if you see them, to us but also to other Docusaurus third-party plugin authors. ### `createSitemapItems`