[rich-text-react-renderer] React 17 support?
See original GitHub issueWhen installing the rich-text-react-renderer
, I got the following error:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: agency-website@0.1.0
npm ERR! Found: react@17.0.1
npm ERR! node_modules/react
npm ERR! react@"17.0.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.6" from @contentful/rich-text-react-renderer@14.1.2
npm ERR! node_modules/@contentful/rich-text-react-renderer
npm ERR! @contentful/rich-text-react-renderer@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
...
That said, do you know when React 17 support is expected?
Thank you in advance.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:16
- Comments:6 (2 by maintainers)
Top Results From Across the Web
@contentful/rich-text-react-renderer - npm
React renderer for the Contentful rich text field type. ... Start using @contentful/rich-text-react-renderer in your project by running `npm ...
Read more >storyblok-rich-text-react-renderer-ts v3.2.0 - npm.io
To map rich text elements to custom React components, resolvers can be passed via the optional second argument of the render function: render(document,...
Read more >Draft.js
Rich Text Editor Framework for React. ... Rich Text. Draft.js fits seamlessly into React applications, abstracting away the details of rendering, selection, ...
Read more >React WYSIWYG Rich Text Editor - dhtmlxRichText
Our React editor is able to parse and serialize text in two formats: HTML and Markdown. This ability makes the editor an indispensable...
Read more >Rich Text field tips and tricks from the Contentful DevRel team
Contentful Rich Text renderers allow you to customise how the JSON response is rendered to your needs. You can render custom HTML, CSS...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello! Sorry for the delay, everyone. The PR is now merged (thanks @sahanatroam!) and released in
@contentful/rich-text-react-renderer@14.1.3
.Any update on this @DanweDE ? 😃