``` js export default () => ``` 缺少{ 修改为 ``` js export default () => { ``` 另外,目前最新语法的严格模式会提示jsx中不能使用ts的any限定,修复