Hi,
Maybe I have the same problem but I really don't know what I'm doing wrong..
So, I'm trying to integrate the Bitmoji feature to one Reactive App (API reference: https://docs.snapchat.com/docs/bitmoji-kit-web#adding-bitmoji-kit-icon-html-example-full-code) and I use the same code from the API example just to validate if it works but it is return always the same error:
"[ErrorScreen] Module name "buffer" has not been loaded yet for context: _. Use require([])"
I tried different ways. The 1º example is exactly we have on API reference but is returning the error when load the login_bitmoji.js

The 2º example is put the async call (the last part from the image before) in a Script and associate to the Screen. Same error.
The 3º example is to import the Script directly the login_bitmoji.js and associate to the Screen. Same error
The last tentative was remove the Load async part from the image and call the RequireScript action from the System with the redirect link to the login_bitmoji.js. Unfortunately the same error.

Finally I tried to create a Tradition Web Application with the 1º example and works.. but I need this in reactive :(
Anyone call help me ?
OML in attachment.
Thanks!