-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Unmounting throws in SSR #197
Comments
@matthewp Thanks for reporting this issue. We'll cut a new release in a bit. |
@matthewp Alright, fix is published as |
Thank you @marvinhagemeister and @JoviDeCroock ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When used with
preact-render-to-string
and unmounting a vnode it throws here:signals/packages/preact/src/index.ts
Line 255 in 322371b
__e
is null.Noticed that another hook checks to see if it exists:
signals/packages/preact/src/index.ts
Line 175 in 322371b
So I'm guessing the problem is just with the unmount hook?
The text was updated successfully, but these errors were encountered: