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 in the 8.0.0 commit there was a re-writing of importing rxjs operators, the operators are imported from 'rxjs' rather then 'rxjs/operators'.
Such operators import(from rxjs) are actual since ^7.2.0.
So I guess, the rxjs peerDependency should update to ^7.2.0 or so.
Currently if we use rxjs@6.6.7 with @datorama/akita@8.0.1 it fails on build with error
Is this a regression?
No
Description
The latest 8.0.1 version has rxjs peerDependency as *
However in the 8.0.0 commit there was a re-writing of importing rxjs operators, the operators are imported from 'rxjs' rather then 'rxjs/operators'.
Such operators import(from rxjs) are actual since ^7.2.0.
So I guess, the rxjs peerDependency should update to ^7.2.0 or so.
Currently if we use rxjs@6.6.7 with @datorama/akita@8.0.1 it fails on build with error
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
Please provide the environment you discovered this bug in
Anything else?
No response
Do you want to create a pull request?
No
The text was updated successfully, but these errors were encountered: