-
Notifications
You must be signed in to change notification settings - Fork 41
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
[BUG] OpenGraph Types #92
Comments
`
Can confirm having the same issue. |
same issue. |
Bug report
Required System information
Describe the bug
When I try to generate the types, I get an error.
[INFO] [2024-11-14T15:26:40.452Z] (Typegen) Starting the type generation process
[INFO] [2024-11-14T15:26:40.452Z] (Typegen) Generating types for contentTypes
[INFO] [2024-11-14T15:26:40.668Z] (Typegen) Generating types for components
[ERROR] [2024-11-14T15:26:40.713Z] (Typegen) Failed to generate types for components: ';' expected. (1020:23)
1018 | };
1019 | attributes: {
It seems that the new open-graph component doesn't have valid attribute names. A solution would be to remove the "og:" from the attributes.
The text was updated successfully, but these errors were encountered: