REEEEE
REEEEE
SSolidJS
Created by Grafik on 4/22/2025 in #support
Passing signal value as a prop
Don't destructure props.
3 replies
SSolidJS
Created by lemonad on 4/21/2025 in #support
Untrack on store arrays
The problem is that each property of a store is a signal, so really all you're doing with that untrack is stopping changes to the "arr" signal from triggering the effect but not the properties within "arr" that could also be signals or even the length
4 replies
SSolidJS
Created by SkyLissh on 4/11/2025 in #support
SSR blank page
It's because guilds is read in the memo which causes any above suspense to trigger
58 replies
SSolidJS
Created by hrtwrm on 4/6/2025 in #support
data is rendering correctly on file save but not on page refresh
maybe an auth issue?
207 replies
SSolidJS
Created by hrtwrm on 4/6/2025 in #support
data is rendering correctly on file save but not on page refresh
what if you log the response
207 replies
SSolidJS
Created by hrtwrm on 4/6/2025 in #support
data is rendering correctly on file save but not on page refresh
What no way
207 replies
SSolidJS
Created by hrtwrm on 4/6/2025 in #support
data is rendering correctly on file save but not on page refresh
Idk why the response part is undefined though
207 replies
SSolidJS
Created by hrtwrm on 4/6/2025 in #support
data is rendering correctly on file save but not on page refresh
You could just pull the data you want out of the object and return that
207 replies
SSolidJS
Created by hrtwrm on 4/6/2025 in #support
data is rendering correctly on file save but not on page refresh
I see
207 replies
SSolidJS
Created by hrtwrm on 4/6/2025 in #support
data is rendering correctly on file save but not on page refresh
It looks like it has the properties you'd want
207 replies
SSolidJS
Created by hrtwrm on 4/6/2025 in #support
data is rendering correctly on file save but not on page refresh
Return the userInfo object maybe
207 replies
SSolidJS
Created by hrtwrm on 4/6/2025 in #support
data is rendering correctly on file save but not on page refresh
Do you even need this line? const userInfoResponse = await userInfo.response?.json();
207 replies
SSolidJS
Created by hrtwrm on 4/6/2025 in #support
data is rendering correctly on file save but not on page refresh
hm
207 replies
SSolidJS
Created by hrtwrm on 4/6/2025 in #support
data is rendering correctly on file save but not on page refresh
Where do you create a api instance?
207 replies
SSolidJS
Created by hrtwrm on 4/6/2025 in #support
data is rendering correctly on file save but not on page refresh
maybe it's not ready when that component is rendered
207 replies
SSolidJS
Created by hrtwrm on 4/6/2025 in #support
data is rendering correctly on file save but not on page refresh
Does the createExternalApi stuff required something to be initialized beforehand?
207 replies
SSolidJS
Created by hrtwrm on 4/6/2025 in #support
data is rendering correctly on file save but not on page refresh
hot module reload, the thing that lets you see your changes when you save
207 replies
SSolidJS
Created by hrtwrm on 4/6/2025 in #support
data is rendering correctly on file save but not on page refresh
Not sure could just be an hmr thing
207 replies
SSolidJS
Created by hrtwrm on 4/6/2025 in #support
data is rendering correctly on file save but not on page refresh
so resource would always return undefined, idk why it works on save though
207 replies
SSolidJS
Created by hrtwrm on 4/6/2025 in #support
data is rendering correctly on file save but not on page refresh
so
207 replies