Results 9 comments of jaeming

This is still an issue with appsync btw. Is there any plans to resolve? Thanks.

@laxadev I assumed I should use the `Form` component since it was available. I can just use native `` in this case. But maybe since this component does exist it...

I also see that no other component offers a tag property, which switches elements and question whether it's really necessary to offer the choice of h3 or div here. Personally,...

A work around that will fix this is adding a key to your each block. Repl demo adjusted: https://svelte.dev/repl/ec2d95279a8b4dc4b148bc4e5a85e255?version=3.46.4 aside from that, I'm not sure what causes the difference here...

I think I would also need to implement the desired behavior that @ferulisses describes here. I'm migrating an app to Svelte from Vue + Vue-Router and it has this available...

Agree as well. This is the major blocker for my team in updating a very large codebase to Vue 3. I remember hearing assurances from Vue core devs that the...

This code-base is simple enough that probably anyone of us could fork it and maintain. The component decorator basically just transforms the class into Vue object syntax. I've implemented it...

It's probably not worth discussing anymore here unless one of us wants to fork or propose to maintainers someone who is willing to take over. For those looking to migrate,...