Dallon Feldner
Dallon Feldner
When one of my patterns matches a path in the store that has a value of `null`, I get this error: ``` apollo.umd.js:1508 TypeError: Cannot convert undefined or null to...
## Changes/Tasks - [x] Changed `output.publicPath` to the `REACT_STATIC_ASSETS_PATH ` variable ## Motivation and Context Based on what `publicPath` [does in Webpack](https://webpack.js.org/configuration/output/#outputpublicpath), I believe it's actually better set to what...
### Are you submitting a **bug report** or a **feature request**? Bug report ### What is the current behavior? If a form with the same name is unmounted and immediately...
Adds an option to set margins for the projector in Display Settings:  As described briefly in https://github.com/quelea-projection/Quelea/issues/145, this is useful in cases where your projector projects beyond the physical...
Looking for feedback on a pretty major feature I'd like to try to implement: theme margins. Here's a mockup of what it might look like to set this:  You...
This idea probably needs a few revisions before it's workable in the library. I've noticed that it is convenient to add actions and selectors in a combined module... for example:...
I've noticed a very common pattern when writing single-value modules: ``` js const someValue = { reducer: (state = null, action) => { switch (action.type) { case SOME_ACTION: return action.payload...
Some module's reducers only respond to global or higher-level actions, and don't have any actions of their own. It would be nice to not have to specify an `actions: {}`...
**Your Environment** * **Prettier version**: 2.8.8 * **node version**: v18.18.2 * **package manager**: [email protected] * **IDE**: VS Code **Describe the bug** When using "Format Selection" tool to format only part...
### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/nextjs-auth0#readme), [Examples](https://github.com/auth0/nextjs-auth0/blob/main/EXAMPLES.md), and [FAQ](https://github.com/auth0/nextjs-auth0/blob/main/FAQ.md) and have not found a suitable solution or answer. - [X] I have looked into the [API...