[GH-ISSUE #266] Wireguard Default Endpoint Ignored During Add Peer #106

Closed
opened 2026-03-04 01:34:51 +03:00 by kerem · 1 comment
Owner

Originally created by @d-a-v-e-g on GitHub (Jan 18, 2024).
Original GitHub issue: https://github.com/spr-networks/super/issues/266

The Default Endpoint when set will not be reflected as the default when you add a peer. Repro: Set the default endpoint, add a peer without specifying the endpoint, observe the Endpoint value in the Peer settings.

Originally created by @d-a-v-e-g on GitHub (Jan 18, 2024). Original GitHub issue: https://github.com/spr-networks/super/issues/266 The Default Endpoint when set will not be reflected as the default when you add a peer. Repro: Set the default endpoint, add a peer without specifying the endpoint, observe the Endpoint value in the Peer settings.
kerem closed this issue 2026-03-04 01:34:51 +03:00
Author
Owner

@lts-rad commented on GitHub (Jan 18, 2024):

this has been addressed by 94e69bb586

@lts-po:

a combo of things caused this here. first this uses the older react style component which uses this.setState, which has more state transitions. second this about state in select, which react always gets wrong.

<!-- gh-comment-id:1899303727 --> @lts-rad commented on GitHub (Jan 18, 2024): this has been addressed by 94e69bb5860a59dcc2b28080d5319d139962aeb3 @lts-po: a combo of things caused this here. first this uses the older react style component which uses this.setState, which has more state transitions. second this about state in select, which react always gets wrong.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/super#106
No description provided.