Types missing for Angular Bottomsheet: ui-material-bottomsheet/angular missing index.d.ts file
CodeWitchJosie opened this issue · 4 comments
CodeWitchJosie commented
Which platform(s) does your issue occur on?
- Both
Please, provide the following version numbers that your issue occurs with:
- CLI: 8.5.3
Please, tell us how to recreate the issue in as much detail as possible.
See StackBlitz here: https://stackblitz.com/edit/nativescript-stackblitz-templates-fvvxry?file=src/app/app.module.ts
Code cannot compile due to missing index.d.ts file under node_modules/@nativescript-community/ui-material-bottomsheet/angular/
vallemar commented
I put it here in addition to discord in case anyone else has this problem
@farfromrefug Is a problem of last release, use 7.0.42
npm install @nativescript-community/ui-material-bottomsheet@7.0.42
farfromrefug commented
@vallemar thanks I'll look a it tosay
farfromrefug commented
@CodeWitchJosie @vallemar should be fixed in 7.1.1
CodeWitchJosie commented
@farfromrefug Confirmed working for us!