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 was trying to use the lib with my react project and this is sample of the output i got.
Failed to resolve "utils/functions" in "D:/work/src/views/Topology/ServiceGraphBeta/AccountResources/SelectedResourceSideDrawer/RITab/RITab.styles.js". Fix it or add to 'missing'.
Failed to resolve "components/EmptyCardMessage/EmptyCardMessage" in "D:/work/src/views/Topology/ServiceGraphBeta/AccountResources/SelectedResourceSideDrawer/SLOTab/SLOTab.js". Fix it or add to 'missing'.
Failed to resolve "components/PageContentLoading/PageContentLoading" in "D:/work/src/views/Topology/ServiceGraphBeta/AccountResources/SelectedResourceSideDrawer/SLOTab/SLOTab.js". Fix it or add to 'missing'.
Failed to resolve "components/PageContentError/PageContentError" in "D:/work/src/views/Topology/ServiceGraphBeta/AccountResources/SelectedResourceSideDrawer/SLOTab/SLOTab.js". Fix it or add to 'missing'.
Failed to resolve "views/ServiceLevelObjectives/ServiceLevelObjectives.utils" in "D:/work/src/views/Topology/ServiceGraphBeta/AccountResources/SelectedResourceSideDrawer/SLOTab/SLOTab.js". Fix it or add to 'missing'.
I think the reason is that we are using absolute imports in our project as we have the src folder configured as the root directory for absolute imports. using jsconfig.json
is there any configuration that can help us bypass this issue ?
The text was updated successfully, but these errors were encountered:
I was trying to use the lib with my react project and this is sample of the output i got.
I think the reason is that we are using absolute imports in our project as we have the
src
folder configured as the root directory for absolute imports. usingjsconfig.json
is there any configuration that can help us bypass this issue ?
The text was updated successfully, but these errors were encountered: