Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next build failure - missing children type #1

Open
bighappyface opened this issue Aug 10, 2024 · 0 comments Β· May be fixed by #2
Open

Next build failure - missing children type #1

bighappyface opened this issue Aug 10, 2024 · 0 comments Β· May be fixed by #2

Comments

@bighappyface
Copy link

Hey there πŸ‘‹

I am receiving the error below after creating the basejump next app and attempting to build.

$ next build
  β–² Next.js 14.2.1

   Creating an optimized production build ...
 βœ“ Compiled successfully
   Linting and checking validity of types  ..Failed to compile.

./src/app/dashboard/(personalAccount)/settings/layout.tsx:5:54
Type error: Binding element 'children' implicitly has an 'any' type.

  3 | import {Separator} from "@/components/ui/separator";
  4 |
> 5 | export default function PersonalAccountSettingsPage({children}) {
    |                                                      ^
  6 |     const items = [
  7 |         { name: "Profile", href: "/dashboard/settings" },
  8 |         { name: "Teams", href: "/dashboard/settings/teams" },
error Command failed with exit code 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant