extendRoute(): route.meta always empty #521
-
I’m trying to process
On
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This is because extendRoute is a build time function. It doesn’t have access to the meta you defined. In your case, you will have to move this feature a runtime loop. This could be documented on the meta property If you really need to do a build time change (for types), I would try to find a way to provide that information from the page components organization rather than meta |
Beta Was this translation helpful? Give feedback.
Oh so I already documented it then! And yeah, if it works that way it will keep working