Skip to content

[bug] SendPaymentForm resets status to idle after 3s error but error message persists #196

Description

@Emmy123222

Bug

After a payment error, SendPaymentForm calls setTimeout(() => setStatus('idle'), 3000). The error div is shown only when status === 'error', so after 3 seconds the error disappears silently with no user action. Users may not have read the error in time.

Expected

The error should persist until the user dismisses it or makes a new attempt.

Labels

bug frontend ux

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions