We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a35af commit ec81431Copy full SHA for ec81431
UPGRADE.md
@@ -143,7 +143,7 @@ Inertia makes use of a `require()` call that is more complex to replicate with V
143
The following function can be used instead:
144
145
```js
146
-export function resolvePageComponent(path, pages) {
+function resolvePageComponent(path, pages) {
147
if (typeof pages[path] === undefined) {
148
throw new Error(`Page not found: ${path}`)
149
}
0 commit comments