-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Use named export for esm compat/server #3061
Conversation
4fe26ea
to
3191b85
Compare
3191b85
to
19885d3
Compare
after this change i am getting this error while building ERROR in ./node_modules/preact/compat/server.mjs |
renderToString
->renderToStaticMarkup
aliasing only here incompat/server
preact-render-to-string
where the module object was a function. Preferred way is to usemod.renderToString
.This PR is in preparation for preactjs/preact-render-to-string#185