Manish Jain
Manish Jain
We are getting intermittent ECONNRESET errors connecting to Salesforce API. Is this a known issue?/any help the experts can provide? Any way to can trace this request? This only happens...
Cross-post: https://stackoverflow.com/questions/58458388/error-testing-animated-react-native-component Environment: Mac/VSCode with below npm packages: ``` "react": "16.6.3", "react-native": "0.57.8", "jest": "23.6.0", "babel-jest": "23.6.0", "react-native-animatable": "1.3.1", "react-test-renderer": "16.8.6", ``` Tried below in jest config: ``` "transformIgnorePatterns": [...
Hello, Do you support something similar to angular-http-batcher where we can batch http requests? http://jonsamwell.com/batching-http-requests-in-angular/ Thanks, Manish