You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should get rid of rxdart as a dependency - it is causing a lot of dependency problems on a regular bases - like this one:
Because research_package >=1.7.1 depends on rxdart ^0.28.0 and oidc >=0.2.0+1 depends on rxdart ^0.27.7,
research_package >=1.7.1 is incompatible with oidc >=0.2.0+1.
And because carp_webservices >=3.3.0 depends on oidc ^0.7.0, research_package >=1.7.1 is incompatible
with carp_webservices >=3.3.0.
So, because carp_study_app depends on both carp_webservices ^3.5.0 and research_package ^1.7.1, version
solving failed.
And it should be doable to make our own reactive model w/o using rxdart.
The text was updated successfully, but these errors were encountered:
We should get rid of
rxdart
as a dependency - it is causing a lot of dependency problems on a regular bases - like this one:And it should be doable to make our own reactive model w/o using rxdart.
The text was updated successfully, but these errors were encountered: