I’m trying to upgrade my application to use the gojs-angular wrapper 2.0. I followed the walk-through guide and I’m using immer lib.
However I get the following compilation error
When I run the sample provided by go-js, I don’t get this error and it works just fine. But I can’t understand why. It should break like in my application because the error seems legit.
Or do I need to set some typescript config so taht it ignores the error ?