Saia Fonua
Saia Fonua
I have `"react-beautiful-dnd": "^13.0.0"`. Does that work with `"react-redux": "^7.1.3",`?
@Koli14 feel free to contribute
This worked for me: ``` import { documentToReactComponents } from "@contentful/rich-text-react-renderer"; const options = { renderNode: { [BLOCKS.PARAGRAPH]: (node, children) => ( {children} ), }, }; ``` ``` {documentToReactComponents(post.fields.content, options)}...