Ivan Porto Wigner

Results 7 comments of Ivan Porto Wigner

Correct me if I'm mistaken, but I believe you can actually do that already, Astro allows the usage of Astro components in UI framework components through [named slots](https://docs.astro.build/en/core-concepts/framework-components/#can-i-use-astro-components-inside-my-framework-components). The example...

@PeterDraex Yeah, in that situation it's true that is a bit of a pain to do so. Then I guess that this library may not be your best option for...

Okay! I will also look into the package further to see if anything else is broken. Thank you!

@justinross, Yeah, I finally figured it out not a long time ago to be honest, but I completely forgot about the issue :`P. It happened due to some kind of...

I agree with you that the types are simpler than most other frameworks, but in my opinion, allowing HTML tags that are not actually native in an element (even though...

Good to see you think the same! I just tried installing the `@builder.io/qwik-city`, but :( sadly I receive a different error: ``` Cannot find module '@qwik-city-sw-register' imported from '/home/iivvaannxx/.../node_modules/@builder.io/qwik-city/index.qwik.mjs ```...

Yaaaay! I got it working that way! 🎉 Thanks @fabian-hiller! I cloned the repository, removed the `actions` folder and the `export` from the `index.ts` file. Then removed any trace of...