Open mcroker opened 3 years ago
I have the same problem, I'm not sure what suddenly caused it. I also have to remove code from the nested @capacitor/core dependency from this one to make it work. No matter how I configure my TypeScript or Angular settings, the error doesn't go away. I'm pretty sure my compiler is configured to ignore nested node_modules during build, but it doesn't work.
With strict: true, I'm getting the below compile error...
This is resolved by removing the type specification. I know I could unset strict mode, or ignore libs - but both feel like. bad solution.
That said I'm a little confused as it worked this morning...