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
fix: sometimes slate does not proper update
also introdces a language switch example that sometimes showed the issue when the lang was changed "outside"
fix: useDebouncedCellData does not partially update and instead does …
…a full data update
this was an unintentional bug as there was too much focus on the slate case
fixes#1278
feat: disable showing errors in cells, you can turn on the old bhavio…
…r with shouldShowErrorInCells: false, (#1276)
it will still log the error.
this makes the occasional problems with slate less severe.