ah, figured it out. In the documentation for kotl...
# javascript
n
ah, figured it out. In the documentation for kotlin it shows adding a callback to the requirejs call, if I remove that it works fine
b
do you mean that next code doesn’t work for you?
Copy code
requirejs(["customerBL"], function (customerBL) {
    console.log(customerBL)
});