I have a named parameter in a route like this one
<Route
path="/keywords/:keyword"
component={createContainer(
KeywordDetailsRoute.jsComponent,
KeywordDetailsRoute.queries
)}
/>
It works flawlessly on dev mode build static build can't resolve it.
This is what the folder structure looks like:

If this is something that can't be analyzed during static build then we should warns user in dev mode.
I have a named parameter in a route like this one
It works flawlessly on dev mode build static build can't resolve it.
This is what the folder structure looks like:
If this is something that can't be analyzed during static build then we should warns user in dev mode.