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 calling the onCellCommit() prop I am encountering an issue where the value of prevCell is null the first time onCellCommit() is triggered. On subsequent firings it works correctly. Here is my code and the output of my JavaScript console.
When calling the
onCellCommit()
prop I am encountering an issue where the value ofprevCell
is null the first timeonCellCommit()
is triggered. On subsequent firings it works correctly. Here is my code and the output of my JavaScript console.The text was updated successfully, but these errors were encountered: