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
This is the main issue, this epic is trying to solve.
For example, a component is-string depends on another component is-type.
A user imported is-string, which also saved is-type as an NPM package. Later on, the user imports is-type directly ('bit import is-type') in order to update it.
We have to make sure that 'is-string' links are pointing to the newly imported 'is-type' and not to the old npm package.
The text was updated successfully, but these errors were encountered:
This is the main issue, this epic is trying to solve.
For example, a component is-string depends on another component is-type.
A user imported is-string, which also saved is-type as an NPM package. Later on, the user imports is-type directly ('bit import is-type') in order to update it.
We have to make sure that 'is-string' links are pointing to the newly imported 'is-type' and not to the old npm package.
The text was updated successfully, but these errors were encountered: