-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
React keys must be passed directly to JSX without using spread #6995
Closed
melloware opened this issue
Aug 6, 2024
· 0 comments
· Fixed by #7000 · May be fixed by leoo1992/GeradorQRCode#95
Closed
React keys must be passed directly to JSX without using spread #6995
melloware opened this issue
Aug 6, 2024
· 0 comments
· Fixed by #7000 · May be fixed by leoo1992/GeradorQRCode#95
Labels
Type: Bug
Issue contains a defect related to a specific component.
Comments
melloware
added
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Aug 6, 2024
github-actions
bot
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Aug 6, 2024
melloware
removed
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Aug 6, 2024
melloware
added a commit
to melloware/primereact
that referenced
this issue
Aug 6, 2024
melloware
added a commit
to melloware/primereact
that referenced
this issue
Aug 6, 2024
melloware
added a commit
to melloware/primereact
that referenced
this issue
Aug 6, 2024
melloware
added a commit
to melloware/primereact
that referenced
this issue
Aug 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Running locally you see tons of these warnings.
Apparently
key
must be declared on the element and not in a spread.Reproducer
Showcase
System Information
primereact 10.8.2
Steps to reproduce the behavior
Run
npm run dev
on showcase and go toDataView
exampleExpected behavior
No response
The text was updated successfully, but these errors were encountered: