Pranshu Chittora
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.  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).  Reverting the...
@kof kindly check #1343 for the fixes :)
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). 
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...