Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: preferences - added missing react key #552

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

vojty
Copy link
Contributor

@vojty vojty commented Mar 1, 2024

Description

Warning: Each child in a list should have a unique "key" prop.

Check the render method of `PreferenceSections2`. See https://reactjs.org/link/warning-keys for more information.
    at PreferenceSections2 (http://localhost:3001/node_modules/.vite/deps/chunk-GD7R5KYS.js?v=01b8aa9b:17374:27)

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Related issues

Fix [#1]()

Copy link

netlify bot commented Mar 1, 2024

👷 Deploy request for stupefied-mclean-b58cde pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 6b64cec

Copy link

codecov bot commented Mar 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (main@36c17ff). Click here to learn what that means.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #552   +/-   ##
=======================================
  Coverage        ?   35.95%           
=======================================
  Files           ?       70           
  Lines           ?     1196           
  Branches        ?      365           
=======================================
  Hits            ?      430           
  Misses          ?      766           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rileylnapier rileylnapier enabled auto-merge (rebase) March 1, 2024 16:06
@rileylnapier rileylnapier merged commit 40a1dc5 into trycourier:main Mar 1, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants