Playground intellisense is offline

Just open PG and start typing
Uncaught Error: t._deprecatedCandidates is undefined on firefox
Uncaught Error: Cannot read properties of undefined (reading 'includes') on chrome

1 Like

thanks, i am looking into it

1 Like

There is a simple fix for that :slight_smile:

[PG] Wrong reference in relatedName by RaananW · Pull Request #11221 · BabylonJS/Babylon.js (github.com)

Will be deployed ASAP.

3 Likes

Should be fine now. Thanks again :blush:

1 Like

Hey, I’m still getting this error when I type in the playground (also code completion isn’t working). This is happening on Chrome, but with Firefox there are no errors and code completion is working. On Mac, BTW.

babylon.playground.js:1 Uncaught Error: Cannot read properties of undefined (reading 'includes')

TypeError: Cannot read properties of undefined (reading 'includes')
    at t.<anonymous> (VM177 babylon.playground.js:16)
    at VM177 babylon.playground.js:16
    at Object.next (VM177 babylon.playground.js:16)
    at s (VM177 babylon.playground.js:16)
    at VM177 babylon.playground.js:1

Hard reset of your cache should fix it ?

1 Like

Thanks, I did a hard/forced reload (with Command-Shift-7) and it’s working now! :+1:

3 Likes