-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: new hooks #3878
feat: new hooks #3878
Conversation
9ab150a
to
f37d5f4
Compare
41c3b90
to
c22b5c2
Compare
f0cf2a8
to
9d2bf4f
Compare
I'm unsure about A. Is it necessary? |
This looks good to me. Can you update the docs? |
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.
lgtm
onData: () => {}, | ||
onComplete: 'INVALID' | ||
}), new InvalidArgumentError('invalid onComplete method')) | ||
}) |
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.
why was this removed?
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.
The redirect interceptor has some kind of assertion of the handler that does not exist anywhere else and is difficult to have compat with through the wrap/unwrap.
ec77100
to
78dc2e6
Compare
No description provided.