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(models): correct Row.fromMap constructor to handle columns named data
- Changed data assignment to use complete map instead of data field
- This fixes TypeError when table has column named data
- Added tests to verify the fix
- Fixes#281
0 commit comments