teambit / bit.envs

DEPRECATED - Bit compilers and testers were moved to https://github.com/teambit/envs
https://bit.dev/bit/envs
Other
23 stars 9 forks source link

typescript v3.0.16 dependency causes issue with react-typescript compiler v3.0.19 #54

Closed fabgallo closed 4 years ago

fabgallo commented 4 years ago

image

The compiler is the only thing I changed in my project (bit import bit.envs/compilers/react-typescript -c). If I change the version back to 3.0.17 and lower in bit.json, it works.

GiladShoham commented 4 years ago

Quick update: we found the root cause for this. we are working to resolve it and will publish a new version soon.

qballer commented 4 years ago

bit import bit.envs/compilers/react-typescript@3.0.21 -c should resolve this issue. We found the root cause of the issue. The compiler failed to find the main dist file so bit directed the code to the source. I"m closing this issue, let me know if it is working. Seems so on my side.