Closed earthlyreason closed 4 years ago
Thanks to you for using our framework, it's always a pleasure to see that it is useful to more and more people 😄
I've merged your pull request with the fix. Thank you for solving that, it been so long since we last tested the levelgraph adapter, it's no surprise to me that there are stills bugs in this example.
First, thanks for this fantastic project! It is a thing of beauty.
To Reproduce Steps to reproduce the behavior:
examples
directory)Expected behavior Performs update operation
Actual behavior
Additional context
The reason for the error is that the
insert
anddelete
operations usefunction
expressions in the Promise constructors, which changes the context ofthis
resolution.I am submitting a PR momentarily.