-
Notifications
You must be signed in to change notification settings - Fork 179
Open
Description
Hi! I'm working on a live collab app using react-spreadsheet ,but i'm running into this issue:
2025-07-19.16-30-54.mp4
You can see the data updating at the bottom (i'm just stringifying the data var there). That's the same data that i'm passing into react-spreadsheet. But it only seems to reflect in the UI after interacting with something related to it (the row, the col or the cell itself).
I'm running the spreadsheet like
const [data, updateData] = useState(sheetData?.sheetData);
<Spreadsheet
data={data as Matrix<CellBase>}
/>Any ideas why this could be happening?
petersobolev
Metadata
Metadata
Assignees
Labels
No labels