createResource returning undefined when data is fetched
I'm just learning solid and did something like a hook? maybe? dunno.
Anyways, I'm just calling
But, for any reason, that fn is returning undefined, even when the data is properly fetched("tested" by logging the json).
Code:
Anyways, I'm just calling
createResource with a fetch on it and returning it's json.But, for any reason, that fn is returning undefined, even when the data is properly fetched("tested" by logging the json).
Code:
