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 df6808c commit 1c11f6cCopy full SHA for 1c11f6c
readme.md
@@ -26,7 +26,7 @@ npm install hast-util-to-dom
26
This utility is intended for browser use!
27
28
```js
29
-import toDom from 'hast-util-to-dom';
+import {toDom} from 'hast-util-to-dom';
30
31
const el = toDom({
32
type: 'element',
0 commit comments