yihua commented on a change in pull request #4708:
URL: https://github.com/apache/hudi/pull/4708#discussion_r794194072



##########
File path: website/package.json
##########
@@ -14,11 +14,11 @@
     "write-heading-ids": "docusaurus write-heading-ids"
   },
   "dependencies": {
-    "@docusaurus/core": "^2.0.0-beta.3",
-    "@docusaurus/plugin-client-redirects": "^2.0.0-beta.3",
-    "@docusaurus/plugin-sitemap": "^2.0.0-beta.3",
-    "@docusaurus/preset-classic": "^2.0.0-beta.3",
-    "@docusaurus/theme-search-algolia": "^2.0.0-beta.3",
+    "@docusaurus/core": "2.0.0-beta.14",
+    "@docusaurus/plugin-client-redirects": "2.0.0-beta.14",
+    "@docusaurus/plugin-sitemap": "^2.0.0-beta.14",

Review comment:
       Good call.  So I triaged that the issue is actually due to the latest 
version of docusaurus, `2.0.0-beta.15` released yesterday.  Freezing it to 
`2.0.0-beta.14` solves the issue.
   
   @vingov do you know why docusaurus has `beta` in its versions?  Are they 
still experimental?  For now, sticking to one version saves us time from 
debugging such issues again in near future.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to