preactjs / preact-render-to-string

📄 Universal rendering for Preact: render JSX and Preact components to HTML.
http://npm.im/preact-render-to-string
MIT License
653 stars 92 forks source link

`spellcheck={false}` not working #387

Closed martpet closed 3 months ago

martpet commented 3 months ago

When using spellcheck={false} there is no result, but spellcheck="false" works (with a typescript error).