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
When adding a new row and immediately setting it in edit mode, an error Cannot read properties of undefined (reading 'data') is thrown in BodyCell EditorCallback. EditingMeta was not initialized in this specific case.
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
Oct 14, 2022
Describe the bug
When adding a new row and immediately setting it in edit mode, an error
Cannot read properties of undefined (reading 'data')
is thrown in BodyCell EditorCallback.EditingMeta
was not initialized in this specific case.Reproducer
https://codesandbox.io/s/primereact-test-forked-224zjd?file=/src/index.js
PrimeReact version
8.6.1
React version
18.x
Language
ALL
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
Use the reproducer URL, click to add a new row and start typing in one of the fields.
Expected behavior
No response
The text was updated successfully, but these errors were encountered: