File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ parse('<br>', {
211
211
212
212
#### replace with TypeScript
213
213
214
- For TypeScript, you'll need to check that ` domNode ` is an instance of domhandler's ` Element ` :
214
+ You need to check that ` domNode ` is an instance of domhandler's ` Element ` :
215
215
216
216
``` tsx
217
217
import { HTMLReactParserOptions , Element } from ' html-react-parser' ;
@@ -239,7 +239,7 @@ const options: HTMLReactParserOptions = {
239
239
};
240
240
```
241
241
242
- If you're having issues take a look at our [ Create React App example] ( ./examples/create-react-app-typescript/src/App.tsx ) .
242
+ If you're having issues, take a look at our [ Create React App example] ( ./examples/create-react-app-typescript/src/App.tsx ) .
243
243
244
244
#### replace element and children
245
245
You can’t perform that action at this time.
0 commit comments