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
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.
Hi.
Did you figure what is going on with this? I am having the same