Hi, I am calling a suspend method on an object and...
# javascript
f
Hi, I am calling a suspend method on an object and get
TypeError: undefined is not an object (evaluating 'this.resultContinuation_0.context')
I tried to add some logging but I don't understand what is happening. (The project is using a js file (created from a multi platform project ) in a react-native app.)