-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade deps #28
base: master
Are you sure you want to change the base?
Upgrade deps #28
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks tasty! 🌯 🌮
function initEpic (action$) { | ||
return of(signIn(createCid())) | ||
// .pipe( | ||
// delay(0) // apparently needs delay otherwise action lost |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we sure about removing this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no i am not sure 😅 everything seems to be working without it, i see the SIGN_IN
actions i expect to see, but perhaps you have more context there @ahdinosaur ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i see now this makes sense given https://github.com/root-systems/dogstack/pull/94/files#diff-dc95763c07fd52f14992f99a416bc054R46
upgrades the lib dependencies to latest stable versions
major changes:
authentication/epic