Skip to content
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

feat(react-await): add GarbageCollectable #403

Closed
wants to merge 100 commits into from

Conversation

manudeli
Copy link
Member

@manudeli manudeli commented Nov 26, 2023

fix #65

Overview

PR Checklist

  • I did below actions if need
  1. I read the Contributing Guide
  2. I added documents and tests.

Copy link

changeset-bot bot commented Nov 26, 2023

⚠️ No Changeset found

Latest commit: 7e22cdc

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented Nov 26, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
beta ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 5, 2024 0:19am
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 5, 2024 0:19am
docs-v1 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 5, 2024 0:19am
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 5, 2024 0:19am
main ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 5, 2024 0:19am
visualization ❌ Failed (Inspect) Apr 5, 2024 0:19am

Copy link

codesandbox-ci bot commented Nov 26, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Copy link

codecov bot commented Nov 26, 2023

Codecov Report

Merging #403 (0debde1) into main (ae83ded) will decrease coverage by 2.23%.
The diff coverage is 0.00%.

❗ Current head 0debde1 differs from pull request most recent head 1e3fa6f. Consider uploading reports for the commit 1e3fa6f to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #403      +/-   ##
==========================================
- Coverage   83.76%   81.53%   -2.23%     
==========================================
  Files          31       30       -1     
  Lines         505      482      -23     
  Branches      115      112       -3     
==========================================
- Hits          423      393      -30     
- Misses         72       75       +3     
- Partials       10       14       +4     
Components Coverage Δ
@suspensive/react 100.00% <ø> (+2.43%) ⬆️
@suspensive/react-query 0.00% <ø> (ø)
@suspensive/react-await 85.71% <0.00%> (-14.29%) ⬇️
@suspensive/react-image 23.52% <ø> (ø)

@manudeli manudeli self-assigned this Nov 26, 2023
@vercel vercel bot temporarily deployed to Preview – visualization November 26, 2023 22:15 Inactive
@vercel vercel bot temporarily deployed to Preview – docs November 26, 2023 22:15 Inactive
@vercel vercel bot temporarily deployed to Preview – docs November 26, 2023 22:20 Inactive
@vercel vercel bot temporarily deployed to Preview – visualization November 26, 2023 22:40 Inactive
@vercel vercel bot temporarily deployed to Preview – docs November 26, 2023 22:41 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v1 November 27, 2023 00:15 Inactive
@vercel vercel bot temporarily deployed to Preview – visualization November 27, 2023 00:16 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 27, 2023 00:17 Inactive
@vercel vercel bot temporarily deployed to Preview – visualization November 27, 2023 13:27 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v1 November 27, 2023 13:27 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 27, 2023 13:28 Inactive
@vercel vercel bot temporarily deployed to Preview – visualization November 28, 2023 10:20 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v1 November 28, 2023 10:20 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 28, 2023 10:20 Inactive
@vercel vercel bot temporarily deployed to Preview – visualization November 29, 2023 09:41 Inactive
@vercel vercel bot temporarily deployed to Preview – beta March 3, 2024 17:16 Inactive
@vercel vercel bot temporarily deployed to Preview – visualization March 4, 2024 16:51 Inactive
@vercel vercel bot temporarily deployed to Preview – beta March 4, 2024 16:52 Inactive
@vercel vercel bot temporarily deployed to Preview – main March 4, 2024 16:54 Inactive
@vercel vercel bot temporarily deployed to Preview – main March 6, 2024 19:49 Inactive
@vercel vercel bot temporarily deployed to Preview – visualization March 6, 2024 19:49 Inactive
@vercel vercel bot temporarily deployed to Preview – beta March 6, 2024 19:51 Inactive
@vercel vercel bot temporarily deployed to Preview – visualization March 12, 2024 09:21 Inactive
@vercel vercel bot temporarily deployed to Preview – beta March 12, 2024 09:23 Inactive
@vercel vercel bot temporarily deployed to Preview – main March 12, 2024 09:25 Inactive
@vercel vercel bot temporarily deployed to Preview – visualization March 12, 2024 21:28 Inactive
@vercel vercel bot temporarily deployed to Preview – main March 12, 2024 21:29 Inactive
@vercel vercel bot temporarily deployed to Preview – beta March 12, 2024 21:30 Inactive
@vercel vercel bot temporarily deployed to Preview – beta March 14, 2024 17:30 Inactive
@vercel vercel bot temporarily deployed to Preview – main March 14, 2024 17:31 Inactive
@vercel vercel bot temporarily deployed to Preview – visualization March 14, 2024 17:32 Inactive
@vercel vercel bot temporarily deployed to Preview – main March 17, 2024 12:08 Inactive
@vercel vercel bot temporarily deployed to Preview – visualization March 17, 2024 12:09 Inactive
@vercel vercel bot temporarily deployed to Preview – beta March 17, 2024 12:11 Inactive
@vercel vercel bot temporarily deployed to Preview – beta April 5, 2024 00:16 Inactive
@vercel vercel bot temporarily deployed to Preview – visualization April 5, 2024 00:17 Inactive
@vercel vercel bot temporarily deployed to Preview – main April 5, 2024 00:19 Inactive
@manudeli manudeli closed this May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Await options (enabled, cacheTime, staleTime, etc.)
1 participant