Alberto R Cahyantara

Results 2 issues of Alberto R Cahyantara

As it's written on the official [docs](https://nextjs.org/docs/basic-features/layouts#per-page-layouts). ``` // pages/index.js import Layout from '../components/layout' import NestedLayout from '../components/nested-layout' export default function Page() { return { /** Your content */ }...

question

### Version 5.26.2 ### Describe the bug Following [this instruction](https://github.com/ivanhofer/typesafe-i18n/tree/main/packages/generator#custom-types) failed to pass an argument of custom type to the formatter function. ### Reproduction ``` // en/index.ts dateRange: "{0: DateRange|formatDateRange}",...

bug