Itay Mendelawy

Results 68 comments of Itay Mendelawy

What's the output of `bit show ` for the failing component?

I tried reproducing the issue, and I think I was successful is it. When I installed the `@fortawesome/free-solid-svg-icons` package, it asked me to add a peer dependency `@fortawesome/fontawesome-svg-core`. I don't...

Haha no worries :) Bit defines each component's dependencies using static code analysis, meaning it reads the contents of the tracked files of each component, and logs all `import` and...

what's the output of `bit show ` now?

Hi! have you tried using this one - https://bit.dev/bit/envs/compilers/stencil

Stencil support TS, so you should be fine using it. plus it was tested with TS :)

moving issue to envs repo.

in your `workspace.jsonc` file, do you have `react` as a `peerDependnecy`?

if using package.json to manage dependencies you should not be using bit-install. the different overrides may collide and create very dramatic side effects. i think it's safer to close this...

what's the output for `bit check-types`?