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
I have a bug when using overrides feature in my project, I work with React&TypeScript so I have @types/react and @types/react-dom in my dependencies.
And I override them to be devDependencies and not dependencies, and when I run bit show on the component, I see that @types/react is now on devDependencies and dependencies, that's the bug.
Describe the bug
I have a bug when using overrides feature in my project, I work with React&TypeScript so I have
@types/react
and@types/react-dom
in my dependencies.And I override them to be devDependencies and not dependencies, and when I run
bit show
on the component, I see that@types/react
is now on devDependencies and dependencies, that's the bug.Steps to Reproduce
bit show comp-a
.Screenshots, exceptions and logs
This is my overrides configuration:
Specifications
The text was updated successfully, but these errors were encountered: