Joscha K
Joscha K
To prevent errors dealing with content-types without existing records, just use the `gatsby-plugin-schema-snapshot` plugin. Set the "update" option to "true" and build your app with all content-types having at least...
We have the same issue! Is there any workaround for this? It is very urgent, because I do not know any way for my customers to get their content online...
Changing the method in our refinery app does raise a "stack level too deep" on validarion in case of missing attributes. I wonder if you can reproduce it by a...
> Hi, the issue should be **at least severity medium** as it completely destroys User Experience when working with repeatable components or dynamic zones. Please take care of that praypraypray...
same with Gatsby: ``` 31 | require("./assets/MarkerCluster.css"); 32 | require("./assets/MarkerCluster.Default.css"); > 33 | delete leaflet_1.default.Icon.Default.prototype._getIconUrl; | ^ 34 | leaflet_1.default.Icon.Default.mergeOptions({ 35 | iconRetinaUrl: require('./assets/marker-icon-2x.png').default, 36 | iconUrl: require('./assets/marker-icon.png').default, WebpackError: TypeError:...