-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cannot read properties of undefined (reading 'children') #11
Comments
Thanks for the issue. I'll look into it over the weekend, just a little more time please. 🙏 |
@itsmicaio example: <div
style={{ display: 'flex' }}
className="w-full h-screen bg-green p-4 pt-16 pr-16"
>
<h1 className="text-white font-bold text-8xl h-96">{title}</h1>
<span className="text-white text-xl">{date}</span>
</div> |
@okaryo |
@itsmicaio |
Hi @okaryo, I didn't find any issue at og playground. So i open this PR at my public project where i got this error. Could you see the diff please? |
I'm trying to install this plugin in my blog, but I am getting this error:
gatsby-config.ts
/src/templates/thumbnail.tsx
What am i doing wrong?
The text was updated successfully, but these errors were encountered: