We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b9252 commit 85c6af9Copy full SHA for 85c6af9
packages/app/src/sandbox/eval/manager.js
@@ -496,7 +496,7 @@ export default class Manager {
496
}
497
498
// Quick try
499
- const directPath = pathUtils.join(currentPath, shimmedPath);
+ const directPath = pathUtils.join(dirredPath, shimmedPath);
500
const directModulePath = this.transpiledModules[directPath];
501
if (directModulePath) {
502
this.cachedPaths[dirredPath][path] = directPath;
0 commit comments