Results 22 comments of Jake

I've dones some investigations into this, it seems the [will-destroy](https://github.com/cibernox/ember-basic-dropdown/blob/4596ed5475c47f90038dad44dd11c0dac6e34d12/addon/templates/components/basic-dropdown-content.hbs#L19) modifier is not being called until after the dropdown is removed from the dom, which breaks the first transition out...

I'm having this issue only for `flame`. `doctor` and `bubbleprof` work just fine

@chrislomaxjones still working on this?

Closing in favour of #25601

Hey I've also encountered this issue, I've discovered it because this packages is not quite conforming to the node.js module spec https://github.com/vitejs/vite/issues/5939#issuecomment-985176340 easy fix is to add `"type": "module"` to...

I've run into this using `[email protected]` and `[email protected]` Even more contrived example https://www.sveltelab.dev/qly53mhr36fga7b?files=.%2Fsrc%2Froutes%2F%5Brandom%5D%2F%2Bpage.svelte When clicking `Next random string`, the load function is not called nor is the page re-rendered.

this has tripped me up, .ts files are just missing in developer tools without this

This will still work with only `inlineSources`, `inlineSourceMap` isn't actually required.

Thanks for the info, unfortunately by it's very nature there is no backend code! Perhaps I could just try retrieving with the versions and then retry without if it fails.

I suggest adding [`tsc-alias`](https://github.com/justkey007/tsc-alias) to the build process, you can leave the extensions out of the ts files, and just add the `tsc-alias` command after the build command. with ```json...