Daniel E

Results 1 issues of Daniel E

Correct me, if I'm missing something, but I can not use the `useLoads` function from a resource I declared. Example ```lang=ts const partsResource = Loads.createResource({ _namespace: 'parts', load: getParts, fooPart:...