Kent C. Dodds
Kent C. Dodds
Sorry, but there's really nothing I can do in this project to address this. It should fix automatically. It only happens during development. If you want to force deps to...
You're welcome to try it! Thank you!
We recently removed all path aliases from [Epic Stack's](https://github.com/epicweb-dev/epic-stack) default `tsconfig` (see [epicweb-dev/epic-stack#1060](https://github.com/epicweb-dev/epic-stack/issues/1060) for the fallout) so new projects rely on TypeScript 5.4+ subpath imports like `#app`. When we run...
I do remember adding both of these, but I can't remember why I thought they were both necessary at the time. Maybe other search engines need them both? Or some...
Yeah, I'm in favor generally ๐
I can't reproduce this issue with https://www.epicstack.dev using firefox.
Ah yes, I can reproduce it locally. I'll have to look into it a bit more later. I don't like using this attribute because it just hides the problem, but...
More on this here: https://github.com/epicweb-dev/epic-stack/discussions/768
I'm definitely up for a PR for this.
I think it would be useful to have all of the configuration options be initialized via URL search params. Are you okay if I make updates to support that?