Closed ianlet closed 4 weeks ago
Latest commit: 278695ad45ad7bc488c6245b3e15e5b8b0c4a49b
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Name | Status | Preview | Last Commit |
---|---|---|---|
qwik-docs | ✅ Ready (View Log) | Visit Preview | 278695ad45ad7bc488c6245b3e15e5b8b0c4a49b |
What is it?
Description
Fixes https://github.com/orgs/QwikDev/projects/1/views/2?pane=issue&itemId=72272653
The previous
useResource
example was using the github api, which might get rate limited. Instead, the example now uses a free fake and stable API. Potential errors are also caught in order to avoid other issues.In addition, this PR deletes the unused demo
demo/tasks/resource
Note: the error mentioned in the issue doesn't actually happen in local. So this is a bit of a wild guess as to why it might fail in production.
Checklist:
pnpm change
and documented my changes