PLASMIC: Encountered DataCtxReader error.

I am looking into inconsistent output between what I see in Plasmic Studio’s Preview and the published versions on the production app host, and I found this in the console:

PLASMIC: Encountered error when pre-rendering DataCtxReader: ReferenceError: Cannot access 'T' before initialization

Could that be the cause of the issues I have?

I am not using any DataCtxReader in any custom code components, so this must come from whatever is setup in Studio?

And now I am getting this error when trying to save a new version

plasmic_error_502_4.jpg

After the deploy, the production site console showed these errors, which seem to be related to Suspense. The only place suspense is used in the project is in the Loading Boundary component.

plasmic_error_minified_419-2.jpg

Hi.

Did you figure what is going on with this? I am having the same