此反应组件有什么问题?
const MyHead = () => <h2>this is my head component</h2>;
export default MyHead;
上面的代码给了我错误
> Failed to execute 'createElement' on 'Document': The tag name provided
> ('const MyHead = () => <h2>this is my head component</h2>; export
> default MyHead; ') is not a valid name.