Unable to access skuid object in console

This is strange for sure.

I’ve tried multiple orgs, multiple browsers and multiple versions of the browser. Followed directions about this issue as per help document.

Hey Pat, here are some things to try:

- If debugging within Lightning Experience, you’ll need execute this command to access the skuid object in the console:

$A.get(‘e.skuid:apiDebugRequested’).fire();```
More/most up-to-date information on this process in our Lightning deployment docs

- If you’ve updated to a Spark release and are working within an API v2 page the skuid object is now sandboxed per Skuid page. See more information on our API reference: https://docs.skuid.com/latest/en/skuid/api/#sandboxing

Ok. It was sandboxed. Thx