David Gildeh
David Gildeh
I'm using redux-toolkit to create a store for a React.js application in Electron.js with the following configuration: store.ts ``` import { configureStore, getDefaultMiddleware } from '@reduxjs/toolkit' import createSagaMiddleware from 'redux-saga'...
After a lot of debugging, it looks like this is the line that is the bug - instead of catching a google.auth.exceptions.DefaultCredentialsError and passing, its trying to catch an AttributeError:...
### Pre-flight checklist - [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses. - [X]...