From 839acf9de0677ad5be16b5e4d285be90d1533c9f Mon Sep 17 00:00:00 2001 From: sebastien Date: Fri, 3 May 2024 16:02:25 +0200 Subject: [PATCH] 3.3.1 --- website/blog/releases/3.3/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`