1const React = { 2 createElement: () => { 3 ("あ ", throw Error("an error")); 4 } 5}; 6 7const profile = ( 8 <div> 9 <img src="avatar.png" className="profile" /> 10 <h3>{["hello"]}</h3> 11 </div> 12); 13