You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I should be able to test React components that use parse
Actual Behavior
at parseDOM (../home/devusr/node_modules/html-dom-parser/lib/html-to-dom-server.js:24:3)
at parse (../home/devusr/node_modules/html-react-parser/index.js:26:5)
Steps to Reproduce
Have a React component that users parse
import parse from 'html-react-parser';
[...]
<p>{parse(newMessageText)}</p>
[...]
Run a test that mounts this component
## Reproducible Demo
## Environment
- Version: "html-react-parser": "0.13.0",
- Platform: Jest + docker
- Browser: -
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Expected Behavior
I should be able to test React components that use parse
Actual Behavior
Steps to Reproduce
Have a React component that users parse
The text was updated successfully, but these errors were encountered: