Something went wrong on our end. Please try again.
Created by: gitstart-sourcegraph
We have absolute path in the package wildcard
. We should not use absolute imports from the package inside of the package to avoid circular dependency issues.
SourceGraph Issue GitStart Issue
Confirm that there are no internal imports like -> import X from '@sourcegraph/wildcard'
in the wildcard package are replaced with relative imports.
Check out the client app preview documentation to learn more.