hhoangg

Results 5 comments of hhoangg

> Same problem, using `update` function with `readQuery` and `writeQuery`, cache get updated but React component doesn't. > Tried `cache.writeQuery` and `client.writeQuery`, same outcome. > > Also using `cloneDeep`, so...

```js 'use strict'; const bcrypt = require('bcrypt'); const uuid = require('uuid'); const makePassword = (pw) => { return new Promise(async rs => { let salt, hash; salt = await bcrypt.genSalt(10);...

I found the solution [here](https://stackoverflow.com/questions/60181138/error-running-sharp-inside-aws-lambda-function-darwin-x64-binaries-cannot-be-u/60217273#60217273). I hope this helps you.