Closed anjali14garg closed 7 years ago
handleGetDirections = () => { const data = { source: { latitude: 19.295296, longitude: -81.382111 }, destination: { latitude:this.props.customer.latitude, longitude: this.props.customer.longitude }, params: [ { key: "dirflg", value: "w" } ] } getDirections(data) } it is showing the error of Possible Unhandled Promise Rejection (id: 0): Error: Invalid arguments provided
@anjali14garg please check if the issue still persists with v1.1.2
Closing this issue in the meantime. If you still encounter the bug, please feel free to reopen the issue 👍
handleGetDirections = () => { const data = { source: { latitude: 19.295296, longitude: -81.382111 }, destination: { latitude:this.props.customer.latitude, longitude: this.props.customer.longitude }, params: [ { key: "dirflg", value: "w" } ] } getDirections(data) } it is showing the error of Possible Unhandled Promise Rejection (id: 0): Error: Invalid arguments provided