Aleksandr Sakhatskiy

Results 2 comments of Aleksandr Sakhatskiy

A little improvement for correct working with nested objects in schema ``` function onCreateComponent(component) { function mapEntries(obj, mapCallbackFn) { return Object.fromEntries(Object.entries(obj).map(mapCallbackFn)); } function camelCaseProperties(obj) { if (Array.isArray(obj)) { return obj.map(camelCaseProperties);...

> This issue was resolved in [Docker Desktop 4.27.0](https://docs.docker.com/desktop/release-notes/#4270). I'm still experiencing the issue at 4.27 macOS. However, when I downgrade to version 4.25.x, the problem is resolved.