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

Handle promise rejections in views\Settings\LightningAddress\index.tsx when calling LightningAddressStore.ts:status() #2747

Open
myxmaster opened this issue Jan 17, 2025 · 0 comments

Comments

@myxmaster
Copy link
Contributor

Describe your enhancement idea

Example from views\Settings\LightningAddress\index.tsx:
if (!skipStatus) status(); in componentDidMount()
or
this.props.LightningAddressStore.status(); in handleFocus()

-> We should handle promise rejections. Probably also for some other LightningAddressStore methods...

@myxmaster myxmaster changed the title Handle promise rejections in when calling LightningAddressStore.ts:status() Handle promise rejections in views\Settings\LightningAddress\index.tsx when calling LightningAddressStore.ts:status() Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant