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
Currently, `static-data` assumes that any column marked as an id column will not have its value changed. It should only ever be null when the row/daya object doesn't exist. Changing this value will break things in many ways.
2
+
Currently, `static-data` assumes that any column marked as an id column will not have its value changed. It should only ever be `null` when the row/data object doesn't exist. Changing this value will break things in many ways.
0 commit comments