Milan Jaritz
                                            Milan Jaritz
                                        
                                    When creating schemas I don't always want to set initial values. Let's say we want to describe this type in a schema: ``` ts type ComponentMap = Record; ``` How...
When I try to import json-joy like this: ``` ts import { Model, s } from "json-joy/lib/json-crdt"; ``` I get this error: ``` ✘ [ERROR] Could not resolve "@jsonjoy.com/util/lib/buffers/isUint8Array" node_modules/json-joy/lib/json-crdt-patch/PatchBuilder.js:6:31:...
Currently when trying to build and preview a SvelteKit project using this library we get this error: ``` Error [ERR_UNSUPPORTED_DIR_IMPORT]: Directory import '/home/projects/stackblitz-starters-zysvzp/node_modules/@atlaskit/pragmatic-drag-and-drop/element/adapter' is not supported resolving ES modules imported...