-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Including the modal in layout.tsx
is breaking the build process after adding next-intl
routing.
Build error
Failed to compile.
21:31:58.206 |
21:31:58.206 | src/app/[locale]/layout.tsx
21:31:58.207 | Type error: Layout "src/app/[locale]/layout.tsx" has an invalid "default" export:
21:31:58.207 | Type "{ children: ReactNode; modal: ReactNode; params: { locale: string; }; }" is not valid.
21:31:58.207 |
21:31:58.302 | error Command failed with exit code 1.
21:31:58.303 | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
21:31:58.322 | Error: Command "yarn run build" exited with 1
21:31:58.993
uixmat
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working