Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267c97b commit 376045bCopy full SHA for 376045b
docs/docs/jsx-is-not-html.md
@@ -55,7 +55,7 @@ You can use mixed arrays with strings and JSX elements.
55
As a last resort, you always have the ability to insert raw HTML.
56
57
```javascript
58
-<div dangerouslySetInnerHTML={{__html: 'First · Second'}} />
+<div dangerouslySetInnerHTML={{'{{'}}__html: 'First · Second'}} />
59
```
60
61
## Comments
0 commit comments