How to loop an object in React? New to React and trying to loop Object attributes but React complains about Objects not being valid React children, can someone please give me some advice on how to resolve this problem? I've added createFragment but not completely sure where this needs to go or what approach I should take? JS var tifs = {1: 'Joe', 2: 'Jane'}; var tifOptions = Object.keys(tifs).fo..