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
The package supports a custom contextBridge.exposeInMainWorld apiKey (first parameter) other than "api" now. The previous value of ipcRenderer was not used and confusing
backend: {loadPath: "./app/localization/locales/{{lng}}/{{ns}}.json",addPath: "./app/localization/locales/{{lng}}/{{ns}}.missing.json",contextBridgeApiKey: "api"// needs to match first parameter of contextBridge.exposeInMainWorld in preload file; defaults to "api"},