AUR3173
Last updated
Was this helpful?
AUR3173: Invalid route config. When the component property is a lazy import, the path must be specified.
This error occurs when a route configuration uses a lazy import for component, but does not specify a path. The router cannot infer a route path from a lazy import alone.
Specify path explicitly for routes that use lazy imports.
Check route configuration objects for component: () => import(...) and ensure they also include path.
Last updated
Was this helpful?
Was this helpful?