juzhiyuan commented on a change in pull request #437:
URL: https://github.com/apache/apisix-website/pull/437#discussion_r684713388



##########
File path: website/src/pages/pluginhub.js
##########
@@ -128,7 +128,7 @@ function Plugins(props) {
   const { siteConfig } = useDocusaurusContext();
   const sidebar = siteConfig.customFields.plugins.map((section) => {
     return (
-      <Sidebaritem><a className="sidebar-link" 
href={`#${section.groupName}`}>{section.groupName}</a></Sidebaritem>
+      <Sidebaritem key={xxx}><a className="sidebar-link" 
href={`#${section.groupName}`}>{section.groupName}</a></Sidebaritem>

Review comment:
       oh no, I mean there should have a unique key, see React Keys




-- 
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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to