Lukas Holländer
Lukas Holländer
Sure, that's OK. It might actually also be related to #2749.
@kakugiki the new font converter has an option for the module format. If you choose "ES", you should either import it from another JS module/file or include it with `type="module"`...
@gologames I personally don't have the time to look into this. So this will only be fixed if someone from the community provides a PR.
> @gologames I personally don't have the time to look into this. So this will only be fixed if someone from the community provides a PR. @bulanni00 A pull request...
Thanks for the report. Could you prepare a PR that fixes it?
Thanks for reporting this. The reason for the bug is that with your code, the calls to `html` are executed in parallel due to the asynchronous nature of the `html`...
@harshilparmar sure, go ahead ;)
@harshilparmar yes.
@harshilparmar But the original example doesn't work and it should.
You're absolutely right @arnespremberg. I'm not exactly sure what state exactly is shared, but finding it out is part of the ticket ;)