You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to reproduce a bug I encountered an issue where I use overrides to add a dependency to a component and Bit fails to do so and prints this error on each interaction:
unable to manually add the dependency "react" into "button".
it's not an existing component, nor existing package
Describe the bug
While trying to reproduce a bug I encountered an issue where I use
overrides
to add a dependency to a component and Bit fails to do so and prints this error on each interaction:Steps to Reproduce
bit init
bit status
Expected Behavior
The dependencies set in the
overrides
's*
section tobutton
.Specifications
Additional context
encountered this issue while trying to reproduce another... so this kindda blocking me from figuring out an issue with
propagate
.The text was updated successfully, but these errors were encountered: