We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
関連ページ: https://github.com/yytypescript/book/edit/master/docs/tutorials/nextjs.md
The text was updated successfully, but these errors were encountered:
@nhjnhjnhj ご質問ありがとうございます。 言及されているのはこちらのコードについてでしょうか?
type Image = { url: string; }; const fetchImage = async (): Promise<Image> => { // ^^^^^^^^^^^^^^^^型注釈 const res = await fetch("https://api.thecatapi.com/v1/images/search"); const images = await res.json(); console.log(images); return images[0]; };
こちらであればImageにはaltプロパティが存在しないため、そのようなエラーが出るのは適切です。
Image
alt
Sorry, something went wrong.
No branches or pull requests
関連ページ: https://github.com/yytypescript/book/edit/master/docs/tutorials/nextjs.md
The text was updated successfully, but these errors were encountered: