From 649b4ddd55b0f618639fe7bdc5d7a6cbcc61b468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thiago=20Henrique=20H=C3=BCpner?= Date: Wed, 6 May 2020 13:49:59 -0300 Subject: [PATCH] chore(www): Change from react-loadable to loadable-components (#23830) --- docs/docs/debugging-html-builds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/debugging-html-builds.md b/docs/docs/debugging-html-builds.md index e4673f92ae77a..0bfedc45dbf24 100644 --- a/docs/docs/debugging-html-builds.md +++ b/docs/docs/debugging-html-builds.md @@ -78,4 +78,4 @@ exports.onCreateWebpackConfig = ({ stage, loaders, actions }) => { } ``` -Another solution is to use a package like [react-loadable](https://github.com/jamiebuilds/react-loadable). The module that tries to use `window` will be dynamically loaded only on the client side (and not during SSR). +Another solution is to use a package like [loadable-components](https://github.com/gregberge/loadable-components). The module that tries to use `window` will be dynamically loaded only on the client side (and not during SSR).