-
Notifications
You must be signed in to change notification settings - Fork 402
chore(clerk-js,types): Initialize tasks on Session resource
#5170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: aa2c20a The changes in this PR will be included in the next version bump. This PR includes changesets to release 23 packages
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 |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
613811f to
465496a
Compare
tasks on Session resourcetasks on Session resource
tasks on Session resourcetasks on Session resource
4809110 to
f559c3e
Compare
f559c3e to
b9b5431
Compare
b9b5431 to
1882e49
Compare
1882e49 to
d474276
Compare
d474276 to
fa71eec
Compare
|
Currently holding on this one until tomorrow, cause we've been discussing on FAPI returns a list of tasks instead of an object, so we don't have to manually transform it to entries here when serializing the JSON. |
40d7d1e to
e2e02ec
Compare
e2e02ec to
aa2c20a
Compare
|
I've just updated it to use an array of session tasks instead |
Description
Adds the
tasksproperty on the session client resource to be leveraged/accessed for displaying in AIO componentsChecklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change