it('testing selecting item', async () => { const onChangeSpy = jest.fn(); const options = [ { value: 1, label: 'One', }, { value: 2, label: 'Two', }, ]; render ...
When rendering / not rendering item in collection based on state flag, rac throws an exception claiming item id changed. Code is slight variant on the rac menu sample: <MenuTrigger> <Button ...