react-html-parser
react-html-parser copied to clipboard
Converts HTML strings directly into React components and provide a simple way to modify and replace the content.
I just updated to react 17, which gave me this message: `npm WARN [email protected] requires a peer of react@^0.14.0 || ^15.0.0 || ^16.0.0-0 but none is installed. You must install...
Is this project still alive?
Bumps [karma](https://github.com/karma-runner/karma) from 0.13.22 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...
Would be helpful to use the unmodified attribute name as a fallback when there is no internal mapping of attributes. This would allow a transform or processNodes function to implement...
Bumps [node-sass](https://github.com/sass/node-sass) from 3.13.1 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@nschonni) Set rejectUnauthorized to true by default (@scott-ut, #3149) Features...
For instance attached onClick event is not properly converted
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...
Please add this attribute, cause svg icons parsed by plugin looks broken =(
Hey there, thanks for this great package. Is it possible to grab the inner html of an element as a string in the transform function? Here's an example ``` const...
At Futurism, we are using react-html-parser with next@10 and react@17. This PR adds support for react@17. All tests pass :)