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

createMemo sometimes returns undefined when called during a transition #2352

Open
Brendonovich opened this issue Oct 31, 2024 · 0 comments
Open

Comments

@Brendonovich
Copy link

Describe the bug

In some cases, createMemo is returning undefined during navigation transitions. We've observed this mainly from using Kobalte components in our main route that gets navigated to after signing in, which happens in a transition. I don't have a small reproduction yet but will try put one together eventually.

Your Example Website or App

todo

Steps to Reproduce the Bug or Issue

todo

Expected behavior

The result of the memo should be calculated and returned instead of undefined

Screenshots or Videos

No response

Platform

  • OS: macOS
  • Browser: N/A
  • Version: N/A

Additional context

No response

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

No branches or pull requests

1 participant