Closed SevYote closed 1 year ago
Thanks. I'll look into it later.
just deleting the exports
block also fixed it for me. I'm not sure why it worked before.
upgrading to TS5 fixed it for me, but I couldn't repro the problem at all in a blank project so /shrug the problem spontaneously came back five minutes later with no changes
adding "resolvePackageJsonExports": false
to my tsconfig fixed it for me
Sorry for the late fix 😬
:tada: This issue has been resolved in version 4.1.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Unfortunately this is not fixed @flauwekeul, the package.json references a file located at "./dist/index.d.ts" but the file is actually located at "./src/dist/index.d.ts"
Sorry haha ;D
Ugh 😒 I should've tested it. Trying to fix it now.
:tada: This issue has been resolved in version 4.1.3 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
<3
Heya, ran into some issues trying out honeycomb-grid where imports didn't seem to be working right, which ultimately lead me to this thread.
I used patch-package to patch
honeycomb-grid@4.1.1
as shown in the diff below. That got me going, but I'm not sure if that's actually the proper / ideal way to do it. Hopefully it gets you down the right path to a fix, though. This site from that thread gives some more info.This issue body was partially generated by patch-package.