-
-
Notifications
You must be signed in to change notification settings - Fork 663
fix(react): experimental option to make attaching promise status controllable #3026
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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. |
commit: |
Size Change: +399 B (+0.41%) Total Size: 98 kB
ℹ️ View Unchanged
|
|
Playground | Link |
---|---|
React demo | https://livecodes.io?x=id/AA3W3P733 |
See documentations for usage instructions.
This reverts commit 056e766.
This reverts commit c93cb48.
https://bsky.app/profile/sebmarkbage.calyptus.eu/post/3lku7b7xjmk2w Or, should we always attach promise meta if the value is a promise? (It's actually what I did previously.) |
Actually, it doesn't help as it's already triggering the update. |
This reverts commit ed07e51.
EDIT: missed the post you attached https://bsky.app/profile/sebmarkbage.calyptus.eu/post/3lku7b7xjmk2w. Does sound like you should always attach status when passing promises to |
What they suggest is slightly different from what we do here. |
And rename to
React
.