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
I have generated some subpages via the new File System Route API from gatsby. After introducing this plugin the route file gets detected as a language file:
Filename: {ContentfulJob.id}.js
Resulting page:
The plugin clearly picks up the dot inside the curly braces. I also tried to localize my route file, but that didn't work either:
Filename: {ContentfulJob.id}.en.js
The latter is most certainly an issue with the new API, as nothing gets generated here and the failing element PageCreator implements the new API to my knowledge.
The text was updated successfully, but these errors were encountered:
I have generated some subpages via the new File System Route API from gatsby. After introducing this plugin the route file gets detected as a language file:
Filename:
{ContentfulJob.id}.js
Resulting page:
The plugin clearly picks up the dot inside the curly braces. I also tried to localize my route file, but that didn't work either:
Filename:
{ContentfulJob.id}.en.js
The latter is most certainly an issue with the new API, as nothing gets generated here and the failing element
PageCreator
implements the new API to my knowledge.The text was updated successfully, but these errors were encountered: