Tanstack Start Session Issues: useSyncExternalStoreWithSelector #5101
Unanswered
jakeklassen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to leverage an app session (like in the examples) to store a captcha text challenge upon loading of a page - using
loader
.Here's a simple code breakdown:
The image loads fine, but whenver I use sessions this way I see this error in the Chrome console:
If I update
getContactCaptchaFn()
and remove the session related code, no error.Could someone help me understand what I might be doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions