-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency filehelp wantedExtra attention is neededExtra attention is needed
Description
BREAKING Changes:
withBaseUrl is renamed to useBaseUrl because its a React Hooks. Make sure you import/rename it correctly. Eg: import useBaseUrl from '@docusaurus/useBaseUrl;
KNOWN ISSUE:
Building returns
$ yarn build
yarn run v1.19.1
$ docusaurus build
Creating an optimized production build...
✔ Client
Compiled successfully in 12.27s
✔ Server
Compiled successfully in 14.03s
(undefined) ./node_modules/@docusaurus/core/lib/client/exports/Head.js 11:29-35
"export 'Helmet' was not found in 'react-helmet'
(undefined) ./node_modules/@docusaurus/theme-classic/src/theme/CodeBlock/index.js 37:22-31
"export 'default' (imported as 'Clipboard') was not found in 'clipboard'
(undefined) ./node_modules/@docusaurus/core/lib/client/exports/ComponentCreator.js 25:11-19
"export 'default' (imported as 'Loadable') was not found in 'react-loadable'
(undefined) ./node_modules/@docusaurus/core/lib/client/exports/ComponentCreator.js 75:9-17
"export 'default' (imported as 'Loadable') was not found in 'react-loadable'
(undefined) ./node_modules/@docusaurus/theme-classic/src/theme/Navbar/index.js 158:26-32
"export 'default' (imported as 'Toggle') was not found in 'react-toggle'
(undefined) ./node_modules/@docusaurus/theme-classic/src/theme/Navbar/index.js 191:104-110
"export 'default' (imported as 'Toggle') was not found in 'react-toggle'
(undefined) ./node_modules/react-router/esm/react-router.js 700:9-21
"export 'default' (imported as 'hoistStatics') was not found in 'hoist-non-react-statics'
(undefined) ./node_modules/@docusaurus/core/lib/client/PendingNavigation.js 17:0-9
"export 'default' (imported as 'nprogress') was not found in 'nprogress'
(undefined) ./node_modules/@docusaurus/core/lib/client/PendingNavigation.js 112:6-15
"export 'default' (imported as 'nprogress') was not found in 'nprogress'
(undefined) ./node_modules/@docusaurus/core/lib/client/PendingNavigation.js 118:4-13
"export 'default' (imported as 'nprogress') was not found in 'nprogress'
(undefined) ./node_modules/react-router/esm/react-router.js 241:18-30
"export 'default' (imported as 'pathToRegexp') was not found in 'path-to-regexp'
(undefined) ./node_modules/react-router/esm/react-router.js 328:15-27
"export 'default' (imported as 'pathToRegexp') was not found in 'path-to-regexp'
Success! Generated static files in build.
Done in 17.19s.Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency filehelp wantedExtra attention is neededExtra attention is needed