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
Is there any way of defining that a parameter in the url is of a specific type?
currently /documents/:id/pages/:pageNumber/ will parse out id and pagenumber as a string, not a number. This is causing me problems later on when i use these variables in my components. I'd rather fix the problem at the source rather than putting fixes in upstream
Cheers
The text was updated successfully, but these errors were encountered:
Is there any way of defining that a parameter in the url is of a specific type?
currently /documents/:id/pages/:pageNumber/ will parse out id and pagenumber as a string, not a number. This is causing me problems later on when i use these variables in my components. I'd rather fix the problem at the source rather than putting fixes in upstream
Cheers
The text was updated successfully, but these errors were encountered: