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

[bug]: Cryptic error using NavigationMenu in [email protected] #5347

Open
2 tasks done
lacymorrow opened this issue Oct 12, 2024 · 1 comment
Open
2 tasks done

[bug]: Cryptic error using NavigationMenu in [email protected] #5347

lacymorrow opened this issue Oct 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@lacymorrow
Copy link

Describe the bug

 ✓ Compiled / in 18.8s (2684 modules)
debug-enabled [ 0, [ 'debug-enabled' ] ]
 ⨯     at stringify (<anonymous>)
    at stringify (<anonymous>)
digest: "1696842991"
 ⨯     at stringify (<anonymous>)
    at stringify (<anonymous>)
    at stringify (<anonymous>)
digest: "2045245497"
 ⨯     at stringify (<anonymous>)
    at stringify (<anonymous>)
    at stringify (<anonymous>)
    at stringify (<anonymous>)
digest: "2021445839"
 ⨯     at stringify (<anonymous>)
    at stringify (<anonymous>)
    at stringify (<anonymous>)
    at stringify (<anonymous>)
digest: "3138396719"
 ⨯     at stringify (<anonymous>)
    at stringify (<anonymous>)
    at stringify (<anonymous>)
digest: "1797312569"

Affected component/components

Navigation Menu

How to reproduce

              <NavigationMenu>
                <NavigationMenuList>
                  <NavigationMenuItem>
                    <NavigationMenuTrigger>Item One</NavigationMenuTrigger>
                    <NavigationMenuContent>
                      <NavigationMenuLink>Link</NavigationMenuLink>
                    </NavigationMenuContent>
                  </NavigationMenuItem>
                </NavigationMenuList>
              </NavigationMenu>

Codesandbox/StackBlitz link

No response

Logs

No response

System Info

Next@rc
MacOs 14.6
Node 20

Before submitting

  • I've made research efforts and searched the documentation
  • I've searched for existing issues
@lacymorrow lacymorrow added the bug Something isn't working label Oct 12, 2024
@lacymorrow
Copy link
Author

lacymorrow commented Oct 12, 2024

FWIW this error occurs with next-auth in next@canary as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant