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
It causes errors when it's the first time trying to modify this setting. It then blocks the setting panel and users cannot modify other settings properly.
However, when the modification is saved and the page is reloaded, this error is gone.
What provider are you using?
Others (Specify in description)
What prompt did you enter?
No response
Console Logs
web.5717ee6e.js:1 Uncaught TypeError: Cannot destructure property 'checked' of 'n' as it is undefined.
at Jt (SettingsSidebar.b58c0e0a.js:7:14076)
at dispatchChangeEvent (SettingsSidebar.b58c0e0a.js:7:38715)
at kt.executeActions (chunk-LAWKLQEP.ebe166cb.js:1:15679)
at kt.performTransitionEffects (chunk-LAWKLQEP.ebe166cb.js:1:17642)
at kt.performStateChangeEffects (chunk-LAWKLQEP.ebe166cb.js:1:17801)
at kt.transition (chunk-LAWKLQEP.ebe166cb.js:1:18658)
at chunk-LAWKLQEP.ebe166cb.js:1:18213
at Object.setChecked (SettingsSidebar.b58c0e0a.js:7:36426)
at SettingsSidebar.b58c0e0a.js:7:39078
at web.5717ee6e.js:1:3136
Participation
I am willing to submit a pull request for this issue.
The text was updated successfully, but these errors were encountered:
What operating system are you using?
Windows, Android
What browser are you using?
Edge
Describe the bug
I create a custom provider with a setting type "toggle" as following:
It causes errors when it's the first time trying to modify this setting. It then blocks the setting panel and users cannot modify other settings properly.
However, when the modification is saved and the page is reloaded, this error is gone.
What provider are you using?
Others (Specify in description)
What prompt did you enter?
No response
Console Logs
Participation
The text was updated successfully, but these errors were encountered: