-
Notifications
You must be signed in to change notification settings - Fork 26
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
When I click on the jump, I will report the error. #6
Comments
Operator "debounce" is used incorrectly. An available solution:
|
@pangshangggg Please show me your code~ |
@pangshangggg because U R using the wrong operator, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
formSubmit:()=>{
rxwx.navigateTo({url: '../setTask/setTask'})
.debounce(1000)
.subscribe()
}
error:Rx.js:8064 Uncaught (in promise) TypeError: this.durationSelector.call is not a function
at DebounceSubscriber._next (Rx.js:8064)
at DebounceSubscriber.Subscriber.next (Rx.js:631)
at RxWX.js? [sm]:14
at
The text was updated successfully, but these errors were encountered: