2023-06-01から1ヶ月間の記事一覧

TypeScript 5.1のJSX.ElementTypeと各種ライブラリでの対応 @types/reactとか@emotion/reactとか

こんな感じのエラーを "@types/react": "^17.0" を指定せずに倒せるようになった!!! Type error: 'SomeComponent' cannot be used as a JSX component. Its return type 'ReactNode' is not a valid JSX element. Type 'undefined' is not assignable to …