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
XSS is being used in-app.tsx for rendering HTML text to HTML node. This is not the recommended way to do the rendering for a webpage (Never use dangerouslySetInnerHTML). We should only store the text and then build the HTML template dynamically. Read more here
The text was updated successfully, but these errors were encountered:
XSS is being used in-app.tsx for rendering HTML text to HTML node. This is not the recommended way to do the rendering for a webpage (Never use dangerouslySetInnerHTML). We should only store the text and then build the HTML template dynamically. Read more here
The text was updated successfully, but these errors were encountered: