Script

Error when script uses non-built-in library

Thank you for your feedback. You can try the following script:
$$.liveRequire({
name: “camelcase”,
version: “6.3.0”,
}, (camelCase) => {
camelCase(“foo-bar”);
});