You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the following code the variable _focusedItemInfo is defined as const but it is reassigned later. It raises an error in the console. Uncaught TypeError: "_focusedItemInfo" is read-only
melloware
added
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
Feb 5, 2025
melloware
added a commit
to melloware/primereact
that referenced
this issue
Feb 5, 2025
Describe the bug
In the following code the variable _focusedItemInfo is defined as const but it is reassigned later. It raises an error in the console.
Uncaught TypeError: "_focusedItemInfo" is read-only
Reproducer
No response
System Information
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: