Georg
Georg
**Describe the bug** My slides include various form elements (radio buttons, checkboxes, text input, textarea). When clicking on the text input or textarea, the elements don't focus, hence making it...
I've preloaded gmail.js and have a valid thread_id (user is viewing the thread). When I call ```gmail.new.get.thread_data(threadId)``` it always returns ```null``` or ```undefined```. Gmail.js is preloaded similarly to how it's...
### Related issues No ### [REQUIRED] Version info **node:** v18.12.0 **firebase-functions:** 5.0.1 **firebase-tools:** 13.11.4 **firebase-admin:** 11.8.0 ### [REQUIRED] Test case ``` const logger = require("firebase-functions/logger"); const { onDocumentWritten, Change, FirestoreEvent...
**Describe the bug** Calling ```AppleHealthKit.getWater()``` crashes the app on when HealthKit returns missing or undefined values (e.g. no water data). This happens in native code due to a nil value...