Pranshu Chittora

Results 77 comments of Pranshu Chittora

Hi @kof , Did some preliminary research and found out that the function is not being executed to get the returned object as shown below. ![Screenshot from 2020-05-06 03-22-26](https://user-images.githubusercontent.com/32242596/81119698-ef188400-8f48-11ea-9797-056ea94f2034.png) As...

> @pranshuchittora yes, you are still on the surface, sheet.update is supposed to call function rules, jss-plugin-rule-value-function plugin is responsible for implementing the function rule API ... somewhere between jss...

Till v10.0.0 it was working perfectly. In `v10.0.1` the issue of dynamicStyles is occurring. The line -> https://github.com/cssinjs/jss/blob/d9cca31ad2d058aa0108fa6ec48fe872b0e7e886/packages/jss/src/DomRenderer.js#L406 Is trying to concert the dynamic style to string, which is unable...

Hi @kof , So I ran `git bisect` between the `v10.0.0` & `v10.0.1`. And found that the commit which introduced that bug was [9f7924eb79bf1e78816db7aaa4cf324471](https://github.com/cssinjs/jss/commit/9f7924eb79bf1e78816db7aaa4cf324471). ![Screenshot from 2020-05-09 14-25-42](https://user-images.githubusercontent.com/32242596/81469474-a0960e80-9202-11ea-8a79-b4c0983f3d28.png) Reverting the...

I am also facing the same issue. As a temporary I patched the package. Using [patch-pacakge](https://github.com/ds300/patch-package) `patches/react-native-compass-heading+1.5.0.patch` ```patch diff --git a/node_modules/react-native-compass-heading/package.json b/node_modules/react-native-compass-heading/package.json index 1093f71..20e8947 100644 --- a/node_modules/react-native-compass-heading/package.json +++ b/node_modules/react-native-compass-heading/package.json @@...

I am also not able to play the custom notification sound on Android. On the latest version of the OneSignal RN SDK

Fixed this by updating updating `node_modules/react-native/scripts/find-node.sh` @ L7 ```diff - set -e + set +e ``` P.S. Tried switching node from nvm to brew but that didn't made any difference.

Facing same issue while instrumenting my FE app with [SigNoz.io](https://github.com/signoz/signoz). Looks like clock skew is happening only with Chromium based browsers (and not always). ![Screenshot 2022-04-07 at 15 51 47](https://user-images.githubusercontent.com/32242596/162223632-f52b93da-3e5d-464d-9724-fdd7e8ea93ee.png)

Same. First of all kudos for the awesome work. Unfortunately, the bitter truth is that the package size is way tooooo big approx 3.9 MB. That's not how one should...