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 4f8b542 commit e1d7f47Copy full SHA for e1d7f47
README.md
@@ -67,6 +67,7 @@ console.log(html);
67
import express from 'express';
68
import { h } from 'preact';
69
import render from 'preact-render-to-string';
70
+/** @jsx h */
71
72
// silly example component:
73
const Fox = ({ name }) => (
0 commit comments