Skip to content
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

cbOnSuccess is not working #310

Open
lprada opened this issue Oct 25, 2022 · 4 comments
Open

cbOnSuccess is not working #310

lprada opened this issue Oct 25, 2022 · 4 comments

Comments

@lprada
Copy link

lprada commented Oct 25, 2022

I cannot get the callback method to work. I am calling a method to do something but is never call, any ideas?

@binohnir
Copy link

me too

@TheGauntt
Copy link

TheGauntt commented Apr 4, 2023

Also seeing this issue

"ngx-clipboard": "^15.1.0",

Worked in the past (years ago with lower version) - not sure at what point it broke

@ppattard
Copy link

ppattard commented Jan 3, 2024

Hello,

I noticed the same and after a bit of digging I found that this is due to this commit: 6f3aae4 that changed the detection of the observer using the new observed property of rxjs' Subject.

This property is available only in rxjs>=7, so you just need to bump the version of rxjs.

My 2 cents.

@maxisam
Copy link
Owner

maxisam commented Feb 12, 2024

@ppattard Thanks for digging to this issue. Do you think I should add rxjs >= 7 in

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants