teambit / envs

Component development environments for the Bit community
https://bit.dev/bit/envs
Other
64 stars 9 forks source link

Import React Compiler Error #173

Closed amorimdev closed 2 years ago

amorimdev commented 2 years ago

Steps to Reproduce

  1. Import React Compiler
bit import bit.envs/compilers/react -c

# Output
Installing react compiler
error: component ID is invalid, please use the following format: [scope]/<name>

Exited with code exit status 1
CircleCI received exit code 1

Specifications

amorimdev commented 2 years ago

In my case I found the problem, the .bitmap updated the version to 14.9.0, but the one compatible with my component library is 14.8.8, I rollback the version and it worked. image (47)