Hey Everyone,
I am attempting to register a custom function, following along the docs at: https://docs.plasmic.app/learn/registering-custom-functions/#scheme=codegen
I have been able to register the custom function (let’s call it testFunc) and reference it in an onClick action on a button to call it using $$.testFunc() on my TestFunction page - this works fine from the Preview window within Plasmic.
I am using CodeGen however, and when I attempt the same click action in the locally hosted version I get the following error.
Has anyone had a similar issue?