-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[7.3.0] typings not found #206
Comments
Oh no! Performing triage now, there's only one feature in the release but it's a big one and it did alter package inclusion rules #205 - will pop out a 7.3.1 as soon as I figure out what happened + repair |
Strange (to me) interaction between the So, if I update "types": "lib/typescript/src/index.d.ts", ...in place of "types": "lib/typescript/index.d.ts", ...then it works for me @efstathiosntonas (or anyone else watching) if you confirm that also works for you I'll publish that change |
@mikehardy I confirm it's working, thanks. ps. was about to say it doesn't work, had to restart the crappy Webstorm for the error to go away.... The path is CORRECT Webstorm get your sh*t together |
haha VSCode for the win! (I'm kidding, everyone should use the editor they want and I have to reload VSCode sometimes for type defs too) Thanks so much for noting this, reporting it, and helping test. PR merging + release in a moment |
🎉 This issue has been resolved in version 7.3.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🐛 Bug Report
After upgrading to 7.3.0 I get no typings found, tried installing @types/react-native-fbsdk-next to no avail so I guess there's something wrong in the typings export during build.
exact error is:
TS7016: Could not find a declaration file for module 'react-native-fbsdk-next'.
To Reproduce
just install 7.3.0. Prior opening issue I deleted
node_modules
and re-installed but it won't fix.Expected Behavior
Typings should be available
Code Example
Environment
Typescript 4.5.4
The text was updated successfully, but these errors were encountered: