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
feat: add support for nested arrays of objects
* Add support for nested arrays of objects
* Fix `yarn test` emitting syntax errors locally
(Due to babel transforms not being applied)
* Use a better type name for nested array members
* Update tests