[GH-ISSUE #144] wg plugin: Clicking the disable checkbox triggers TypeError #32

Closed
opened 2026-03-04 01:34:15 +03:00 by kerem · 3 comments
Owner

Originally created by @0vercl0k on GitHub (May 12, 2023).
Original GitHub issue: https://github.com/spr-networks/super/issues/144

Originally assigned to: @lts-po, @lts-rad on GitHub.

Clicking the checkbox to disable wireguard in the VPN UI view triggers the below exception:

Uncaught TypeError: Cannot read properties of undefined (reading 'put')
    at value (Wireguard.js:28:17)
    at n.value (Wireguard.js:58:53)
    at onValueChange (index.tsx:89:26)
    at onChange (index.js:52:7)
    at Object.He (react-dom.production.min.js:52:317)
    at Ye (react-dom.production.min.js:52:471)
    at react-dom.production.min.js:53:35
    at Or (react-dom.production.min.js:100:68)
    at Er (react-dom.production.min.js:101:380)
    at react-dom.production.min.js:113:65

https://github.com/spr-networks/super/assets/1476421/0a513a8f-8c3e-4507-b042-e151205abf3e

Originally created by @0vercl0k on GitHub (May 12, 2023). Original GitHub issue: https://github.com/spr-networks/super/issues/144 Originally assigned to: @lts-po, @lts-rad on GitHub. Clicking the checkbox to disable wireguard in the VPN UI view triggers the below exception: ``` Uncaught TypeError: Cannot read properties of undefined (reading 'put') at value (Wireguard.js:28:17) at n.value (Wireguard.js:58:53) at onValueChange (index.tsx:89:26) at onChange (index.js:52:7) at Object.He (react-dom.production.min.js:52:317) at Ye (react-dom.production.min.js:52:471) at react-dom.production.min.js:53:35 at Or (react-dom.production.min.js:100:68) at Er (react-dom.production.min.js:101:380) at react-dom.production.min.js:113:65 ``` https://github.com/spr-networks/super/assets/1476421/0a513a8f-8c3e-4507-b042-e151205abf3e
kerem closed this issue 2026-03-04 01:34:15 +03:00
Author
Owner

@lts-po commented on GitHub (May 16, 2023):

Fixed in dev branch (github.com/spr-networks/super@04256a2d26)

Will be avail in next release.

Thanks!

<!-- gh-comment-id:1549504771 --> @lts-po commented on GitHub (May 16, 2023): Fixed in dev branch (https://github.com/spr-networks/super/commit/04256a2d26f2b29da76b2c036d64ce50f4c5ba77) Will be avail in next release. Thanks!
Author
Owner

@0vercl0k commented on GitHub (Jun 1, 2023):

I just tried the opposite of this on 0.2.9 - trying to turn it on generate the below:

image

Let me know if I'm missing anything!

Cheers

<!-- gh-comment-id:1572182844 --> @0vercl0k commented on GitHub (Jun 1, 2023): I just tried the opposite of this on `0.2.9` - trying to turn it on generate the below: <img width="1128" alt="image" src="https://github.com/spr-networks/super/assets/1476421/d16e83e5-7a59-448d-ac63-8d608e306c10"> Let me know if I'm missing anything! Cheers
Author
Owner

@lts-po commented on GitHub (Jul 27, 2023):

Cannot reproduce in latest, this one should be fixed now

<!-- gh-comment-id:1653775191 --> @lts-po commented on GitHub (Jul 27, 2023): Cannot reproduce in latest, this one should be fixed now
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#32
No description provided.