Replies: 1 comment 1 reply
-
In case anyone else finds this after googling... this error occurs when you have multiple versions of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting that "@TypeError: Cannot read properties of null (reading '__H')" exception trying to use hooks inside web components. There is an example: https://plnkr.co/edit/PhINCNxhIe3QUR92
Raw preact web component is fine ('test-raw'), component with hooks rendered by name is fine too ('TestHooks'), but the same TestHooks component referred as a web component ('test-hooks') throws that exceptiion.
What I am doing wrong?
Thanks!
PS 10.7.2 broke rendering by name (10.7.1 is fine)
Beta Was this translation helpful? Give feedback.
All reactions