Meteohr

Results 2 issues of Meteohr

**What you were expecting:** `useRecordContext` returns `RaRecord`, so it can be used without undefined check **What happened instead:** Error was shown, because record data was undefined **Steps to reproduce:** Use...

bug
help wanted
TypeScript

In our project, we have both actions-on-google (v3.0.0) and google-auth-library (v8.0.3) as dependencies. Because actions-on-google relies on google-auth-library ^7.2.0, we get a typescript error in our project: ``` TS2769: No...