James Mikrut

Results 65 comments of James Mikrut

Hey @chaoky — good question! There will never be a case where `[null]` will be returned, so yes, you can make the union type always non-nullable. Thank you!

Hey @AlessioGr — thanks for the report! We'll look into this ASAP.

Hey @AlessioGr — we've seen this once or twice as well and typically it has to do with either a custom SlateJS element or leaf, OR it could have to...

Hey @AlessioGr — Payload I believe is currently outputting correctly formatted JSON for nested lists — however, browsers have weirdness with nested lists, which is what you're showing in your...

Ah I see what you're saying. That makes sense, because the nested list is likely semantically _connected_ to the `A` topic, vs. starting a completely separate idea within a new...

Any update on this fix? Still able to replicate the issue.

@panzelva — your Gist worked for me. I am grateful. Would love to see Joi 16+ supported but this works great for now. Thank you!

This just caused me to blow about 3 million brain cells. We use Slate extensively in [Payload](https://payloadcms.com) and also need to programmatically handle incoming values. For now, I've done as...

I am also struggling with this exact issue. The Main reason we use NextJS is due to `getInitialProps` being helpful and I think it should be more natively supported within...

Bump - we need this to correct an issue with legacy peer dependencies in [Payload](https://payloadcms.com). Can we get the above PR merged in? Everything appears to work with React 17.