JSFiddle - React, Tailwind, and code Playground
by Frank Liu
JavaScript
const mockLineItems = ({ key = undefined, action, subcopy = '' } ={}) => [
{
__typename: 'ProductBasketItem',
action,
subcopy,
key
}
];
console.log(mockLineItems())