Josh Black
Josh Black
cc @dakahn when you get a sec, could you confirm that this is an issue in HCM?
@jdharvey-ibm trying a quick change over in: https://github.com/carbon-design-system/carbon/pull/11318 that matches what other icon libraries with sub-folder imports do just in case it's a quickfix. Otherwise, we may need to just...
@jdharvey-ibm something that would help out a ton when it's merged in would be to: - Pull down latest updates from `main` - Run a build (can use `yarn lerna...
@jdharvey-ibm if you have a sec to test out latest, let me know! Should be available now
@jdharvey-ibm thanks for trying it out! Super interesting 🤔 I assume you don't run into problems with packages like `react-icons` with its subpaths, correct?
I wonder if we should try having the default `index.js` file and then only set `module` in `package.json` similar to what they do 🤔
Looks like in the latest update this is still an issue 😞 it seems unable to resolve any kind of type file for that entrypoint. Similarly, it seems like the...
Hey @TannerS! 👋 It seems like the big thing for incorrect imports is that there is a local cache of packages which are probably being pulled from for completion. In...
@TannerS it should require no updates to the package itself, it seems like the behavior comes from the TypeScript cache versus the package
@jdharvey-ibm good question, I think most downloads are still coming from pre-v11 and so would be helpful for teams wanting to use TS + pre-v11 icons. TypeScript support is definitely...