Didier Catz
Didier Catz
Encountering the same issue. Latest macOS.
Is this still being worked on?
@mihar-22 I'll try to make a repro later this week!
Think this should be handled using `hooks.js`. ```js /** @type {import('@sveltejs/kit').Handle} */ export async function handle({ event, resolve }) { if (event.url.pathname.startsWith('/bookit')) { return new Response('custom response'); // ← We'd...
@mihar-22 Is there anything we can do to help? Would love to start using KitDocs again.
Same here. Super annoying. Have to remove node_modules and reinstall every time this happens.
Should note: even that doesn't consistently fix it.
Still happening on `1.0.33`.
Is this still being looked at? Would love for this to "just work", much like the rest of Svelte 😄. If there's anything I can do to help, let me...
@SystemDZ Your example doesn't use nested components. The issue only occurs when nesting a component and trying to bind them to an input group.