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
Hi @beradrian
The latest release doesn't need compat anymore.
I decided to make the upgrade since date-fns v2 is taking so much longer than I first thought.
I think rxjs-compat is needed. You could replace imports like import { Subject } from "rxjs/Subject" with import { Subject } from "rxjs'
The text was updated successfully, but these errors were encountered: