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
I have the component like this: <SpreadsheetComponent initialData={viewDataSet.initialData} config={viewDataSet.config} spreadsheetId="1" />
When i change the viewDataSet. It shows in the react devtools that the props are indeed updated to the new initialData but the state of the component is still using the original data.
The text was updated successfully, but these errors were encountered:
Hi.
I have the component like this:
<SpreadsheetComponent initialData={viewDataSet.initialData} config={viewDataSet.config} spreadsheetId="1" />
When i change the viewDataSet. It shows in the react devtools that the props are indeed updated to the new initialData but the state of the component is still using the original data.
The text was updated successfully, but these errors were encountered: