Skip to content
New issue

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

Fix Image is missing required "src" property error #27180

Merged
merged 1 commit into from
Jul 14, 2021
Merged

Fix Image is missing required "src" property error #27180

merged 1 commit into from
Jul 14, 2021

Conversation

nyedidikeke
Copy link
Contributor

Add safety check for CoverImage in /components/post-preview.js so as to prevent error occurring in the absence of cover image for on posts listed for preview - fixes #23742.

Add safety check for `CoverImage` on Post Preview
@ijjk ijjk added the examples Issue/PR related to examples label Jul 14, 2021
@kodiakhq kodiakhq bot merged commit 1d08687 into vercel:canary Jul 14, 2021
@nyedidikeke nyedidikeke deleted the patch-1 branch July 14, 2021 23:33
flybayer pushed a commit to blitz-js/next.js that referenced this pull request Aug 19, 2021
Add safety check for `CoverImage` in `/components/post-preview.js` so as to prevent error occurring in the absence of cover image for on posts listed for preview - fixes vercel#23742.
@vercel vercel locked as resolved and limited conversation to collaborators Jan 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
examples Issue/PR related to examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Image is missing required "src" property, but stack trace does not inform where
3 participants