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
I wanted to create a special partials route to load just the right content and expose that with a plugin. Sad times when I spent too much time debugging why the _app wrapper was getting included, even though I clearly had the following in my route:
I wanted to create a special
partials
route to load just the right content and expose that with a plugin. Sad times when I spent too much time debugging why the_app
wrapper was getting included, even though I clearly had the following in my route:Eventually I realized that
PluginRoute
is missing something likeconfig?: RouteConfig;
, and so of course it wasn't being used.The text was updated successfully, but these errors were encountered: