Stephen Koch

Results 12 comments of Stephen Koch

Still an issue? All paths lead to this issue and specifically the hack [proposed](https://github.com/contentful/rich-text/issues/126#issuecomment-636926522) initially by @14850842 however my question is: Where is `documentToReactComponents` defined?

Yep, just found ... thanks for the quick reply @unimprobable! Also note that for TS I had to do the following (note: `node as Document`): ``` [BLOCKS.LIST_ITEM]: node => {...

Any resolution on this? `import HumanInput from 'humaninput/dist/humaninput-full.min';` isn't ideal.

Would be nice to get this operational, any update here? ``` export const RichTextEditorField = ({ sdk }: { sdk: FieldAppSDK }) => { const handleOnChange = (doc: Contentful.Document) =>...

> For anyone using `documentToHtmlString` instead of `documentToReactComponents`, you have to call the `next()` function. > > I did the following: > > ```js > [BLOCKS.LIST_ITEM]: (node) => { >...

``` ❯ yarn start yarn run v1.22.19 $ gatsby develop success compile gatsby files - 0.603s success load gatsby config - 0.017s warn Plugin gatsby-theme-material-ui-top-layout is not compatible with your...

Browser: Chrome Viewport width: any Trivial fix. add positive `z-index` to `header` ![image](https://github.com/components-ai/randoma11y/assets/112034/6ff93fd4-37ea-447d-8265-8e96c870d01a)

Has this question been properly answered/proven? I haven't been able to use FlowRouter/BlazeLayout to get the transitions working.

I just got your demo working locally and was going to work backwards from there to see if I can't get that working with FlowRouter/BlazeLayout. However, a demo repo would...

@jamielob: Thanks for looking into this. If/when you do have time please let me know. (I couldn't reverse engineer your code and don't know enough about the intricacies of Meteor...