You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to add type safety to _meta.ts just like for theme.config.tsx so I see if I typed the correct configurations.
Describe the solution you'd like
Add a type to the exported meta config object just like in the theme.config.tsx
Describe alternatives you've considered
Additional context
v3
The text was updated successfully, but these errors were encountered:
this kinda is improved in v4, because I did setup of parsing/normalizing _meta files on server, so in case you have a typo - you'll have a runtime error, but we can export MetaRecord type as well!
this kinda is improved in v4, because I did setup of parsing/normalizing _meta files on server, so in case you have a typo - you'll have a runtime error, but we can export MetaRecord type as well!
Sounds like exporting MetaRecord would be an easy fix, even for v3? While I will love to migrate to v4 soon, I think for those still on v3 it would be helpful.
Is your feature request related to a problem? Please describe.
I would like to add type safety to _meta.ts just like for theme.config.tsx so I see if I typed the correct configurations.
Describe the solution you'd like
Add a type to the exported meta config object just like in the theme.config.tsx
Describe alternatives you've considered
Additional context
v3
The text was updated successfully, but these errors were encountered: