Hank Wang

Results 2 comments of Hank Wang

I tried to run the datadog-ci react-native upload command according to [here](https://github.com/DataDog/datadog-ci/tree/master/src/commands/react-native#upload), ``` datadog-ci react-native upload --platform ios --service xxx --bundle ./temp/main.jsbundle --sourcemap ./temp/main.jsbundle.map --release-version 0.0.0-1 --build-version 1 ``` but...

I am seeing the same issue in our app. With no data changed, the component still got updated twice when calling `refretch`. This is only happening with the `cache-and-network` fetchPolicy....