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
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...
The text was updated successfully, but these errors were encountered:
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
Describe your enhancement idea
Example from
views\Settings\LightningAddress\index.tsx
:if (!skipStatus) status();
incomponentDidMount()
or
this.props.LightningAddressStore.status();
inhandleFocus()
-> We should handle promise rejections. Probably also for some other LightningAddressStore methods...
The text was updated successfully, but these errors were encountered: