11cb0ef41Sopenharmony_ciconst React = { 21cb0ef41Sopenharmony_ci createElement: () => { 31cb0ef41Sopenharmony_ci ("あ ", throw Error("an error")); 41cb0ef41Sopenharmony_ci } 51cb0ef41Sopenharmony_ci}; 61cb0ef41Sopenharmony_ci 71cb0ef41Sopenharmony_ciconst profile = ( 81cb0ef41Sopenharmony_ci <div> 91cb0ef41Sopenharmony_ci <img src="avatar.png" className="profile" /> 101cb0ef41Sopenharmony_ci <h3>{["hello"]}</h3> 111cb0ef41Sopenharmony_ci </div> 121cb0ef41Sopenharmony_ci); 13