I am using the ReactRenderer in a Custom UI Forge app, as recommended in the Using rich-text bodied macros Forge doc. As of about Dec 6, this was working. Now when I build and run, I consistently get an error in the console: Uncaught ReferenceError: process is not defined, and nothing is displayed. I, of course, have no reference to process in my code. Also when I comment out the ReactRenderer usage, the app functions.
Has anyone else seen this? Are there any workarounds?
I am using the latest version of ReactRenderer: 124.17.6. I have also tried down-leveling to 124.16.9, with no success.