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
"@uswds/uswds/src/js/components" should be "@uswds/uswds/src/js/components/index.js" for compatibility with ES module resolution. DefinitelyTyped/DefinitelyTyped#72083 fixes this on DT
🔎 Search Terms
deep module resolution 61082
🕗 Version & Regression Information
💻 Code
#61082 breaks
@uswds/uswds
on Definitely Typed:package.json doesn't have anything fancy that I can see:
🙁 Actual behavior
The first block here resolves "@uswds/uswds"; the second doesn't resolve "@uswds/uswds/src/js/components".
🙂 Expected behavior
Previously, the second block resolved.
Additional information about the issue
This is probably a good break, but I don't understand why.
The text was updated successfully, but these errors were encountered: