-
Notifications
You must be signed in to change notification settings - Fork 237
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
NoSuchMethodError: org.reactfx.Suspendable.suspendWhen(Ljavafx/beans/value/ObservableValue;)Lorg/reactfx/Subscription #261
Comments
Should it be |
Hi, the snapshot version that you have on your classpath ( |
I see. Is it necessary to use the snapshot versions for all the required libraries, or would reactfx just do fine? (Also, if I were to use snapshots for all the libraries, would there be severe bugs?). |
Anyways, it's all working properly now :) Thanks! |
The Snapshot versions are for ReactFX and Flowless. ReactFX needs the snapshot so that #189 gets fixed, among other things. Flowless needed the snapshot so that #213 was possible, among other things. Fortunately, they don't have any bugs that we know of. Tomas needs to make a new release for both of them, but it seems he has decided to wait until we finish any other updates or new features for RichTextFX that would then invalidate such releases. So, when everything is good to go for |
Ahh I see! |
Here's the error message:
Here's the code that causes it:
CodeArea c = new CodeArea();
Well... what is going on... o..o
The text was updated successfully, but these errors were encountered: