@estesbubba wrote:
I have a few Codesandboxes that worked fine with 2.0.0-beta5 but no longer work with 2.0.0. I’m having an issue with GoJS 2 that I didn’t have with 1.8 and trying to reproduce it in a sandbox and it fails. All I did was changed the version from 2.0.0-beta5 to 2.0.0 in package.json and get this error.
Cannot use 'in' operator to search for 'go' in undefinedIt is complaining on this import.
import * as go from 'gojs/release/go-debug';Any ideas on they this import no longer works with 2.0.0? This is my Sandbox.
If you change to this in package.json it works
"gojs": "2.0.0-beta5 - beta",
Posts: 1
Participants: 1