You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I thought main here referred to the frame.js's main that I add to call the compiled module's JS code. However, the main referenced here is the client's code.
I was using spago bundle-app, which I forgot adds the final main(); call before bundling it. So, in the bundle script, my extra addition of a main(); call via the --footer:js=\"\n\nmain();\" arg passed to esbuild is what causes this reference error.
The seems to be a small issue that a call to
main
is not working. It can be reproduced, but it doesn't seem to affect functionality.How to reproduce the issue
The text was updated successfully, but these errors were encountered: