Luke Gaskell
Luke Gaskell
## Description Running into an issue where the action intermittently is unable to merge the pull request. It complains about the resource not being accessible from the integration (`Failed to...
## 🐛 Bug Report ### Prerequisites - [x] I'm using the latest version of Docusaurus. - [X] I have tried the `npm run clear` or `yarn clear` command. - [X]...
When using `Set` as a field type, the `getDirtyField` does not recognize changes to the field. This is because it attempts to iterate the field with `for ... in` which...