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
When trying to get this working for my typescript/jsx project, compiled dependencies are given the wrong url address. Removing the 'wds-outside-root' address shows the correct file.
The wrong import in the test, gotten from the console.
If you correct the import, you get the compiled file.
Repro:
Unzip the repro
npm install
npm test --watch
d to open the browser in bugging mode
Notice the testUtils.tsx file returns a 404.
If you remove __wds-outside-root__ the file exists and is compiled.
When trying to get this working for my typescript/jsx project, compiled dependencies are given the wrong url address. Removing the 'wds-outside-root' address shows the correct file.
The wrong import in the test, gotten from the console.
If you correct the import, you get the compiled file.
Repro:
npm install
npm test --watch
d
to open the browser in bugging modetestUtils.tsx
file returns a 404.__wds-outside-root__
the file exists and is compiled.repro.zip
Expected: This should just work.
The text was updated successfully, but these errors were encountered: