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
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:
constdefault={
login,}exportdefaultdefault
Steps To Reproduce
Add reserved keyword to any route name, run php artisan wayfinder:generate and inspect the related files