open-condo-software / condo

Condo is an Open Source property management SaaS that allows users to manage tickets, resident contacts, properties, payment tracking, create invoices, and oversee a service marketplace, all while offering an extension system for mini-apps, making it an ideal platform for property management companies and those servicing shared properties.
MIT License
111 stars 28 forks source link

fix(condo): close #5463 no more useless warning #5465

Closed pahaz closed 3 days ago

pahaz commented 3 days ago

fix:

VM60962 _app.tsx:391 Warning: Each child in a list should have a unique "key" prop.

Check the render method of `MenuItems`. See https://fb.me/react-warning-keys for more information.
    in Fragment (created by MenuItems)
    in MenuItems (at _app.tsx:499)
    in div (at DesktopSideNav.tsx:64)
    in div (created by Sider)
    in aside (created by Sider)
    in Sider (at DesktopSideNav.tsx:46)
    in DesktopSideNav (at SideNav/index.tsx:20)
    in SideNav (at BaseLayout.tsx:51)
    in section (created by ForwardRef)
    in ForwardRef (created by Layout)
    in Layout (created by EmotionCssPropInternal)
    in EmotionCssPropInternal (at BaseLayout.tsx:50)
    in BaseLayout (at _app.tsx:499)
    in ConnectedAppsWithIconsContextProvider (at _app.tsx:498)
    in ActiveCallContextProvider (at _app.tsx:497)
    in TicketVisibilityContextProvider (at _app.tsx:496)
    in GlobalAppsFeaturesProvider (at _app.tsx:494)
    in SubscriptionProvider (at _app.tsx:493)
    in TourProvider (at _app.tsx:492)
    in TrackingProvider (at _app.tsx:491)
sonarcloud[bot] commented 3 days ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud