Skip to content
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

RDT-230-resolve-request #262

Merged
merged 1 commit into from
Oct 3, 2024
Merged

RDT-230-resolve-request #262

merged 1 commit into from
Oct 3, 2024

Conversation

xstelea
Copy link
Collaborator

@xstelea xstelea commented Oct 3, 2024

No description provided.

Copy link

github-actions bot commented Oct 3, 2024

Docker tags
docker.io/radixdlt/connect-button-storybook:sha-2a9170a
docker.io/radixdlt/connect-button-storybook:pr-262

@xstelea xstelea force-pushed the RDT-230-resolve-request branch from 0eb367a to 4e383c2 Compare October 3, 2024 14:27
return result
},
.andThen((response) => {
if (connectResponseCallback) connectResponseCallback!(ok(response))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if (connectResponseCallback) connectResponseCallback!

doesn't TS understand that and you need t assert with !?

if (connectResponseCallback) connectResponseCallback!(ok(response))
return ok(response)
})
.orElse((error) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is .orElse behaving any different than .mapErr in this scenario?

@xstelea xstelea force-pushed the RDT-230-resolve-request branch from 5d9803c to 01eed87 Compare October 3, 2024 14:51
@xstelea xstelea merged commit 2dd5155 into develop Oct 3, 2024
16 checks passed
@xstelea xstelea deleted the RDT-230-resolve-request branch October 3, 2024 15:00
Copy link

github-actions bot commented Oct 3, 2024

🎉 This PR is included in version 2.2.0-dev.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version 2.2.0-subintent.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version 2.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants