Raffi Jacobs
Results
3
issues of
Raffi Jacobs
Illustration is given a `_type: "illustration"` although it's not a type. Schema: ```js export default { title: 'USP', name: 'usp', type: 'object', fields: [ { title: 'Illustration', name: 'illustration', type:...
Example: List -> ListItem -> Item When creating a new List with item_ids the ordering of some elements will not be correct. ``` 30.times { |t| Item.create(name: "Item #{t}") }...