Rohit Bansal
Rohit Bansal
When i host a game via your module and i try to join the lobby with my phone i get this error Complete Error: (node:3380) UnhandledPromiseRejectionWarning: TypeError: Cannot read property...
Error
TypeError: Cannot read property 'GameData' of undefined at PlayerClient.get PlayerData [as PlayerData] (file:///C:/Users/******/node_modules/amongus-protocol/js/lib/struct/PlayerClient.js:52 :42)
### What version of Bun is running? 1.0.6 ### What platform is your computer? Linux 6.2.0-1012-aws x86_64 x86_64 ### What steps can reproduce the bug? ``` const cheerio = require('cheerio');...
In the latest version when native ad parent component have flex: 1 or height in style prop, onImpression is not emitting till user scroll or click any other button in...
### Description This pull request introduces an `getJson('key')` and `getValue('key').asJson()` method to the Remote Config module of `@react-native-firebase/remote-config`. Currently, Firebase allows storing data as JSON, including objects and arrays. However,...
### Description This PR addresses an issue with the `newHttpMetric` function in the Firebase Performance Monitoring documentation. According to the documentation, when tracking HTTP request performance (e.g., using Axios), the...
This PR resolves issue #5845 by increasing the `zIndex` of the clear button in the search bar from 10 to 20
When i am passing `FlashList` from shopify package it renders the calendar but the scroll does not work because of gesture conflict, as per bottom-sheet docs they recommend to pass...