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
html-react-parser will parse the event listeners from the HTML markup as a string. Thus, in order to call the event listener, you will need to eval it. If you do that, just be wary of XSS.
Expected Behavior
Created html strings with attached event listeners. The attached listeners will be preserved after conversion
Actual Behavior
attached listeners are not processed properly
Steps to Reproduce
Reproducible Demo
Environment
The text was updated successfully, but these errors were encountered: