Dinesh Pandiyan
                                            Dinesh Pandiyan
                                        
                                    Using invalid enum values in `select` field options throws an error while starting the server. ```js external: select({ type: 'enum', options: [ { label: '-', value: '-' }, { label:...
Click events are not registering within `ToolbarGroup` component in custom component blocks in the document field. I think this is a bug with either the [latest release](https://github.com/keystonejs/keystone/releases/tag/2022-08-19) or the one...
The document field often errors out and blocks the page. `Error: Cannot resolve a Slate point from DOM point: [object Text],17` Most likely related to slate. ``` @keystone-6/fields-document: 4.0.1 Node...
### What is the improvement or update you wish to see? I would like the docs to explain a bit more about static/dynamic rendering without using the `fetch()` API. Eg....
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ```Operating System: Platform: darwin Arch: x64 Version: Darwin...
In https://github.com/keystonejs/keystone/pull/7968 we removed the exports from @keystone-6/core/testing. [Testing guide](https://keystonejs.com/docs/guides/testing) still has examples of non-existing exports from @keystone-6/core/testing. Guide needs to be updated.
Session secret was [recently changed from static to dynamic](https://github.com/keystonejs/create-keystone-app/pull/369/files#diff-920d4b789cfecef4abc71e3631fa6166d727c9b5bf9a670b765d95a579cbc2caL16-L26). The intention is good that static strings should not be used as session secrets and they should be crypto strings. But...
List of things in pipeline for Blogster. I'll smash through them as and when I find time. **All themes:** - [ ] Markdoc custom component - Image with caption -...