Manuel

Results 104 comments of Manuel

Hmmm, thats interesting. I tried this out a few times with different combinations, and wasn't able to reproduce that at all. I also tried it on git bash, which didn't...

Please reopen this issue if this is still happening.

If there is anyone else who is able to reproduce this, please let me know. I know this happened to me one time, but even in that case I didn't...

Thanks for sharing! I will see if I can find a fix for that!

Looks like this error was produced by `svelte-add` core. `svelte-add` has been rewritten from the ground up, so this issue does not apply anymore.

Hey @EduMenges thanks for reporting this. I'm not fully comfortable with bootstrap so please help me if I jump from to the wrong conclusions or ask not so good questions!...

@EduMenges Thanks for the confirmation. I will leave this open until this is properly implemented into the adder. As you mentioned above, the above behaviour causes confusion and does not...

Hey! Did you already change anything @omundy ? Because for me it's working on my phone and in the chrome mobile view on my desktop.

@siccovansas Thanks for your work! You were 99% there! The last clue is to use this dynamic import statement: ```js const bootstrap = await import("bootstrap"); ``` instead of just ```js...

@omundy I just tested it on chrome in Android (wtf, web containers on mobile) and everything works perfectly as with the last demo you provided. It needs to be something...