Felix Gnass
Felix Gnass
I updated the PR to also address the CSS issue. It now uses babel-plugin-inline-import to inline the CSS as string in the same way the webpack loader does it.
I think I can explain why this is happening: When `required: false` is not explicitly set on a list widget, it defaults to `required: true`. In [validateSize()]( https://github.com/decaporg/decap-cms/blob/e2165450e5963b2a8d76d4cf331319bf91f05d45/packages/decap-cms-widget-list/src/ListControl.js#L391-L395) empty lists...
First of all, I sincerely apologize for unintentionally introducing a breaking change. I think I was too confident due to the passing test suite – lesson learned. Regarding the proposed...
As a stop-gap solution, I currently use https://github.com/fgnass/decapp – the main trick is to add the following overrides to package.json: ```json "overrides": { "react": "^19.0.0", "react-dom": "^19.0.0", "react-scroll-sync": "^0.11.2" }...
Thank you @manulari for the great write-up! I just wanted to file exactly the same issue, after hunting down the root cause of all the `Sent invalid data to remark`...
The test pass locally ... looks like a temporary network issue
**Update:** I noticed that `@iarna/toml`requires a `global` polyfill and `gray-matter` requires `Buffer` at runtime. To fix this, I added `lib/polyfill.js` which is now the first thing that gets imported by...
I know 😅 No worries, I'm happily using my fork in the meantime. I squashed the commits of the parent PR to at least reduce the number of commits in...
**Update:** I updated the PR to include a fix for #7415 since this is closely related.