-
Notifications
You must be signed in to change notification settings - Fork 52
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
fix(react): change defineSuspense
function signature
#1336
Conversation
🦋 Changeset detectedLatest commit: 37f7a9c The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 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 |
People can be co-author:
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@dayongkr is attempting to deploy a commit to the Toss Team on Vercel. A member of the Team first needs to authorize it. |
CodSpeed Performance ReportMerging #1336 will create unknown performance changesComparing Summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1336 +/- ##
=======================================
Coverage 76.69% 76.69%
=======================================
Files 63 63
Lines 502 502
Branches 111 111
=======================================
Hits 385 385
Misses 111 111
Partials 6 6
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dayongkr Thanks! this is concise!
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @suspensive/react@2.18.4 ### Patch Changes - [#1336](#1336) [`91d8ae1`](91d8ae1) Thanks [@dayongkr](https://github.com/dayongkr)! - fix(react): change `defineSuspense` function signature ## @suspensive/react-query@2.18.4 ### Patch Changes - Updated dependencies \[[`91d8ae1`](91d8ae1)]: - @suspensive/react@2.18.4 - @suspensive/react-query-4@2.18.4 - @suspensive/react-query-5@2.18.4 ## @suspensive/react-query-4@2.18.4 ### Patch Changes - Updated dependencies \[[`91d8ae1`](91d8ae1)]: - @suspensive/react@2.18.4 ## @suspensive/react-query-5@2.18.4 ### Patch Changes - Updated dependencies \[[`91d8ae1`](91d8ae1)]: - @suspensive/react@2.18.4 ## @suspensive/jotai@2.18.4
Overview
I made modifications because, when
componentPropsClientOnly
is set tofalse
, it returnsSuspense
, but the overloaded function signature indicated that it returnsSuspenseClientOnly
.PR Checklist