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
However, please note that tether-drop also relies on extend, which appears to have been removed in v2.0.0.
If you're interested in a solution like this, let me know and I can try to open a PR. I'd probably just copy-paste the extend function from v1.4.7 since it's pretty small and self-contained.
Thanks for your time and energy 🙂
The text was updated successfully, but these errors were encountered:
Summary
tether-drop
library does not work with v2.0, but no breaking changes were announced in the release notes.Technically
tether-drop
is a separate lib and it's compatibility is not your concern, but I'm opening an issue here for two reasonstether-drop
seems entirely abandoned, whereas this lib has at least a little recent activitytether-drop
liberally, and I imagine a new user of this lib would be a little confused at the incompatibilityTechnical
Tether.Utils
(reference)Tether.Utils
does not exist in the new version (reference)Recommendation
This could probably be somewhat easily resolved by adding back a
Tether.Utils
declaration similar to the original.However, please note that tether-drop also relies on
extend
, which appears to have been removed in v2.0.0.If you're interested in a solution like this, let me know and I can try to open a PR. I'd probably just copy-paste the extend function from v1.4.7 since it's pretty small and self-contained.
Thanks for your time and energy 🙂
The text was updated successfully, but these errors were encountered: