-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
add waitUntil
to the context type
#1465
Conversation
✅
|
✅
|
✅
|
✅
|
.changeset/late-pots-smile.md
Outdated
|
||
## Breaking Changes | ||
|
||
The function `handleNodeRequest` has been removed. Please use `handleNodeRequestAndResponse` instead. |
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.
I am afraid this will be a breaking change on Yoga etc.
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.
Ah... That could be a problem... Do you think I should put it back ?
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.
Let's put it back until we cut a major release in Yoga.
Description
Server Adapter is always providing a
waitUntil
method in theserverContext
, but this is not indicated in the types nor documented.This PR fixes the type.
Type of change