salsita / spicy-hooks

7 stars 0 forks source link

Move `deferredFn` to observables as it depends on RxJS #41

Closed goce-cz closed 3 years ago

goce-cz commented 3 years ago

Importing @spicy-hooks/utils (and therefore also @spicy-hooks/core) results in a failure when rxjs is not installed. Neither of these two packages should depend on rxjs.

Technically it is a breaking change, but since the previous couldn't really work in most environments, I think we can close one eye and call it a fix.