Hi Team, while I am trying to create a very simple...
# typescript
h
Hi Team, while I am trying to create a very simple gRPC dynamic resource provider, I encountered this error:
Copy code
error: Symbol.prototype [ @@toPrimitive ] requires that 'this' be a Symbol
I found this ticket: https://github.com/pulumi/pulumi/issues/6229 But the fixes mentioned in it does not seem to be applicable for me, since as soon as I create a new gRPC client, this error would appear, doe anyone else have experience this?