Cannot read properties of undefined (reading 'when') on first run - Solid-Start in SSR #6623
Unanswered
wedwardbeck
asked this question in
General
Replies: 1 comment
-
i have the same problem :/ |
Beta Was this translation helpful? Give feedback.
0 replies
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 using solid-query in a Solid-Start SSR project and each time the query is first run, the page gets the error:
Cannot read properties of undefined (reading 'when')
If I refresh, it renders as expected. I've searched Discord and here for any clues, but am finding nothing fits.
Sample of repo with reproduced errors here.
Click link "solid-query issue" after home loads. Get error. Reload. Data renders. Same result on the table page .
I was able to reproduce this on a CSR app as well, so I do not believe it is the SSR causing this.
Can anyone provide some advice to correct this?
Beta Was this translation helpful? Give feedback.
All reactions