Skip to content

Commit e1d7f47

Browse files
committed
Lets be very clear about setting jsxPragma
1 parent 4f8b542 commit e1d7f47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ console.log(html);
6767
import express from 'express';
6868
import { h } from 'preact';
6969
import render from 'preact-render-to-string';
70+
/** @jsx h */
7071

7172
// silly example component:
7273
const Fox = ({ name }) => (

0 commit comments

Comments
 (0)