Bryan Lee
Bryan Lee
It seems like `$listeners` was removed in Vue 3. What's the recommended way for building a transparent wrapping component now?
When debugging the request by intercepting `resolveSlug`, `resolveCategory`, and `resolveTitle` on `createSidebarRequestHandler`, the `fileContent` is received correctly. It must be a mapping from the content to the final HTML output...
The only thing that seems to fix the issue is deleting page 4 entirely.
Thanks @mihar-22. I must have fallen out of touch with SvelteKit, because that's a surprisingly new sharp corner. I'll adjust accordingly. Should we add this to the KitDocs documentation?
@patrickhaertel It might be due to how I derive state for the plugins. Each plugin derives new row data given an existing row data from the previous plugin. Some plugins...
The `` blocks are needed due to the way I've set up the architecture of Svelte Headless Table. Each table element has a view model item that represents it, and...
@patrickhaertel Have you been able to workaround this issue? Unfortunately I do not have the capacity to look into this at the moment.
I'll close this for now. Please feel free to re-open this if the issue persists.
> Frankly speaking I don't think that it's a good idea. Function as a `ref` allows to do crazy side effect stuff. Moreover, you can create internal state using closures...
I'm building a library for Vue 3 and this is one of the limiting factors. I have controlled components that can receive an `as-child` boolean prop which causes the component...