Cameron Braid

Results 95 comments of Cameron Braid

Looking at the preview, it appears to fix https://github.com/tbleckert/react-select-search/issues/171 Can someone please review this and merge as this is a show stoper

And I think also https://github.com/tbleckert/react-select-search/issues/106

I have found a workaround by using a patched `gatsby-plugin-utils` package.json changing the exports field. Moving the `./dist/*` line before the `./*` line ``` "exports": { ".": "./dist/index.js", "./dist/*": "./dist/*.js",...

@patrick-steele-idem any idea when `` may be supported int he browser ? I have some components that use isomprphic fetch and want to use await on the server to render...

I've come across this issue as I have written some code that converts the slate syntax tree into a uinst compatible syntax tree (and back again) to be able to...

I should also note that its not only the `Text` interface that needs to be changed, as a unist `Node` requires a `type: string` field as well

Another possibly related issue is demonstrated in you example if you select first inline void element then right arrow the cursor jumps one character trailing the inline void and you...

Same code using v0.76.0 https://codesandbox.io/s/slate-reproductions-forked-0x43vn

I have a similar but likely different cause (there is no `: null` field in yaml ``` kapp: Error: ObjectRefSetMod for path 'spec,template,spec,containers,(all),env,(all),valueFrom,configMapKeyRef' on resource 'deployment/harbor-harbor-registry (apps/v1) namespace: harbor': Unexpected...