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 871e2d4 commit c5aef61Copy full SHA for c5aef61
README.md
@@ -534,7 +534,8 @@ const options = {
534
parse('<CustomElement>', options); // React.createElement('CustomElement')
535
```
536
537
-> **Warning**: By preserving case-sensitivity of the tags, you may get rendering warnings like:
+> [!WARNING]
538
+> By preserving case-sensitivity of the tags, you may get rendering warnings like:
539
>
540
> ```
541
> Warning: <CustomElement> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.
0 commit comments