Skip to content

Commit

Permalink
feat(sanitize-html) added
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-panov committed Aug 18, 2023
1 parent e80d38d commit 45cae1c
Show file tree
Hide file tree
Showing 3 changed files with 329 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/testLib/poc_dSIH/DSIH.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const DSIH: React.FC<Props> = ({ payload }) => {
inspect me!
<div
dangerouslySetInnerHTML={{
__html: `${payload}`,
__html: payload,
}}
/>
</div>
Expand Down
Loading

1 comment on commit 45cae1c

@vercel
Copy link

@vercel vercel bot commented on 45cae1c Aug 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.