-
-
Notifications
You must be signed in to change notification settings - Fork 124
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] Context Provider invalid value #631
Labels
bug
Something isn't working
Comments
Thanks for reporting. |
Thank you so much, I'll look into this. |
Looks like the csb is changed and now the repro page is http://localhost/context. |
Nice, I'm taking a look. |
This was referenced Apr 6, 2024
Open
dai-shi
added a commit
that referenced
this issue
Apr 10, 2024
close #631 --------- Co-authored-by: daishi <[email protected]> Co-authored-by: Daishi Kato <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
Context value seems to not be what the
Provider
has set, but always fallback to the default one, when usinguse client
.Reproducible sandbox:
https://codesandbox.io/p/devbox/waku-x-kendo-forked-yp6m3f?file=%2Fsrc%2Ftemplates%2Fgrid-page.tsx%3A11%2C11
Steps to reproduce:
/grid
pageExpected result:
Context.Provider
Actual result:
.createContext()
call.The text was updated successfully, but these errors were encountered: