Open
Description
Wayfinder Version
0.1.6
Laravel Version
12.15.0
PHP Version
8.4
Description
If a reserved keyword (like "default") is being used inside a route name (for example "default.login") the generated exports for the route will look similar to this:
const default = {
login,
}
export default default
Steps To Reproduce
Add reserved keyword to any route name, run php artisan wayfinder:generate
and inspect the related files
Metadata
Metadata
Assignees
Labels
No labels
Activity
crazynds commentedon Jun 22, 2025
I had the same issue when using the word 'export'.