Yaroslav

Results 1 comments of Yaroslav

There is a way how to solve the issue, maybe it's not the most elegant solution, but it works as expected: ```typescript interface AppRouteHandlerFnContext { params?: Record; } const i18nMiddleware...