-
Notifications
You must be signed in to change notification settings - Fork 864
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[gui error report] TypeError: Use delete()
to clear values
#2336
Comments
Thanks for submitting this issue @Eninspace, confirmed this is a bug. CC: @SgtPooki |
Anyone resolved this yet ?? |
Error is coming from https://github.com/sindresorhus/conf/blob/217f062b5e54ce7060ec2335d717f4ae6bf8086d/source/index.ts#L189, which is only used by ╰─ ✔ ❯ npm why conf
[email protected]
node_modules/conf
conf@"^10.2.0" from [email protected]
node_modules/electron-store
electron-store@"^8.1.0" from the root project electron-store is only used in the file ipfs-desktop/src/common/store.js Line 2 in 7193abb
I'm looking into this now ╰─ ✔ ❯ rg -F 'store.set' -g '!*.spec.*'
src/move-repository-location.js
80: store.set('ipfsConfig', config)
src/automatic-gc.js
28: store.set('ipfsConfig.flags', newFlags)
src/i18n.js
31: store.set('language', lang)
src/webui/index.js
95: store.set('window.width', dim[0])
96: store.set('window.height', dim[1])
122: store.set(CONFIG_KEY, true)
126: store.set(CONFIG_KEY, newValue)
src/daemon/index.js
66: store.set('ipfsConfig', config)
src/common/store.js
29: store.set('ipfsConfig.flags', defaults.ipfsConfig.flags)
38: store.set('automaticGC', true)
52: store.set('ipfsConfig.flags', flags)
58: store.set('ipfsConfig.flags', flags)
69: store.set('ipfsConfig.flags', flags)
src/daemon/config.js
237: store.set(REVISION_KEY, REVISION)
243: store.set(REVISION_KEY, REVISION)
src/tray.js
375: store.set(CONFIG_KEYS.MONOCHROME_TRAY_ICON, newValue)
src/custom-ipfs-binary.js
40: store.set(SETTINGS_KEY, filePaths[0])
src/enable-namesys-pubsub.js
28: store.set('ipfsConfig.flags', newFlags)
src/utils/create-toggler.js
12: store.set(settingsOption, newValue)
src/enable-pubsub.js
28: store.set('ipfsConfig.flags', newFlags) |
Steps to reproduce:
Specifications
Error
The text was updated successfully, but these errors were encountered: