I have two arrays:
const issues = [{ id: \'foo\', state: { label: \'bar\'} }] const states = [{ label: \'bar\' }, { label: \'baz\' }]
How d