-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runtime error after just importing the module #84
Comments
Looks like it's been fixed in 'main' branch. I got that same issue using the version available on npm.
|
Thank you for the workaround and the headsup. I'll try this whenever I get the oportunity. In the meantime I have just installed react and rolled out my own SSR with bun. It was transparently easy. |
I spent hours figuring out what I was doing wrong, then I found this one, helped me fix my issue! Thanks! |
Everything was working fine for me on |
Hi I've been through the setup phase of a basic server and when trying to add the html module it seems like it doesn't work.
Hello world program results in error after
use(html())
The text was updated successfully, but these errors were encountered: