pl-fe: fix escaped @
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -1344,6 +1344,7 @@ const router = createRouter({
|
||||
defaultNotFoundComponent: GenericNotFound,
|
||||
defaultPendingComponent: PendingComponent,
|
||||
scrollRestoration: true,
|
||||
pathParamsAllowedCharacters: ['@'],
|
||||
});
|
||||
|
||||
declare module '@tanstack/react-router' {
|
||||
|
||||
Reference in New Issue
Block a user