We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ocs depends on core: https://github.com/red-hat-storage/odf-console/blob/master/packages/ocs/package.json#L7, despite that core have imports from ocs causing circular dependency. ex: https://github.com/red-hat-storage/odf-console/blob/master/packages/odf/components/topology/sidebar/storage-cluster/StorageClusterObserve.tsx#L2
ocs
core
mco only depends upon shared: https://github.com/red-hat-storage/odf-console/blob/master/packages/mco/package.json#L6, despite that have imports from both ocs and core, hence incorrect dependency. ex: https://github.com/red-hat-storage/odf-console/blob/master/packages/mco/components/drpolicy-list-page/drpolicy-list-page.tsx#L2
mco
shared
The text was updated successfully, but these errors were encountered:
bipuladh
No branches or pull requests
ocs
depends oncore
: https://github.com/red-hat-storage/odf-console/blob/master/packages/ocs/package.json#L7, despite thatcore
have imports fromocs
causing circular dependency.ex: https://github.com/red-hat-storage/odf-console/blob/master/packages/odf/components/topology/sidebar/storage-cluster/StorageClusterObserve.tsx#L2
mco
only depends uponshared
: https://github.com/red-hat-storage/odf-console/blob/master/packages/mco/package.json#L6, despite that have imports from bothocs
andcore
, hence incorrect dependency.ex: https://github.com/red-hat-storage/odf-console/blob/master/packages/mco/components/drpolicy-list-page/drpolicy-list-page.tsx#L2
The text was updated successfully, but these errors were encountered: