Ivan Che
Ivan Che
Yup. Doesn't work in vue files
I noticed, that if I manually include `` in index.html, it works as expected. But no matter what I do with the `entry` field inside config, it fails to auto-inject.
https://github.com/itisnajim/SocketIOUnity/pull/18 This pull request seems to be talking about the same problem
Here's a short utility for defining typed dispatch function that works in custom elements ```typescript import { get_current_component } from 'svelte/internal' export const defineDispatch = () => { const component...
I ended up writing my own virtual list component to suit my needs, but I still recommend that you add this functionality, since it's very easy to implement and can...
This problem exists not only with vue and not only with `client:only` components. E.g. we use preact and the component is configured with `client:load`. Seeing the same bug. It is...
Hey! You can simply rotate the container you mount to with CSS.