Mike Robinson
Mike Robinson
~~I believe `createRef` is for classes, `useRef` is what you need in a functional component. The [hooks docs](https://preactjs.com/guide/v10/hooks#useref) mention making sure not to mix up `createRef` and `useRef` but maybe...
I was curious about this behavior and looked into it a little bit. The reason is that making an instance of the web component does not make an instance of...
Hey @JoviDeCroock, thanks for adding this to the docs. Maybe this is better in a separate issue but the docs also don't currently mention the hydrate attribute. In light of...
@valisij94 is there any chance you have a reproduction of this? I'd be interested in looking into it. Experimenting locally in a simple example, this seems to work for me,