Seth Thoburn
Seth Thoburn
My view fetches the needed data, including a list of comments in the model when it loads. ```export default class MyBusinessRoute extends Route { @queryManager apollo; setupController(controller, model) { controller.set('approved_comments',...
The code sample is missing the quotes around the import. ### General Contributing: * [x] Have you followed the guidelines in our [Contributing document](https://github.com/tinacms/tinacms.org/blob/master/CONTRIBUTING.md)? * [x] Have you checked to...
**Describe the bug** Images throw an error in a view render prop. **To Reproduce** 1. Make a view with an image inside the render prop: ``` ( )} /> ```...
There is an InvalidParameter error and a ParameterValidationError exported from openapi_core.validation.request.exceptions. The same is true for a lot of the other validation errors like SecurityValidationError. The docs don't explain when...
### Describe the bug When adding list items to an array field with form.pushFieldValue, removing items doesn't work correctly if the form is conditionally rendered. The items are removed, but...