Akshay Vijay Jain
Akshay Vijay Jain
What happened with me for this problem, I encountered this problem twice, 1. first time i mistakenly imported a js package when it was not installed, it resolved by removing...
https://stackoverflow.com/questions/73221655/unknown-file-extension-ts-cypress-config-ts-on-ci/73443680#73443680
Following pull request should fix this issue https://github.com/n4kz/react-native-material-textfield/pull/328
facing same problem now created custom solution using https://www.thisdot.co/blog/how-to-implement-a-dark-to-light-mode-feature-in-your-react-sass-project and https://www.geeksforgeeks.org/how-to-create-dark-mode-using-prefer-color-scheme-media-query/
> After deleting yarn.lock and running yarn, solve the error for me. worked!
i am also getting 28 types errors ``` node_modules/types-ramda/es/index.d.ts:4453:22 - error TS1139: Type parameter declaration expected. 4453 export function pick(names: Names): (obj: U) => string extends keyof U ? Record...
How did you solve the issue