Jonathan Frere
Jonathan Frere
Hi, I just wanted to echo @nazar-pc's problem here (I'm also running into it), and also point at the TypeScript documentation for this situation, [which is here](https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html#including-declarations-in-your-npm-package). I'm intrigued why...
Hi, I ran into this same problem again, and ended up asking about it on the Vitest project: https://github.com/vitest-dev/vitest/discussions/6537 It looks like there is a known bug in Vitest affecting...
Did you solve this problem at all? I'm having similar issues, but where the `ui-view` directives are placed on root elements in our `index.html` document. The React component simply won't...