After update transform and replace selection with java script stop working

Hello, after update on MacBook java function stop working, it should do java script but it past script.
using this:
async (clipboardContentString) => {
//example
return clipboardContentString.toUpperCase()
}

Coping this:
test

Should paste this:
TEST

But it pasting: async (clipboardContentString) => {
//example
return clipboardContentString.toUpperCase()
}

which version of BTT and macOS are you on? In what kind of app are your trying the transform?

Try to use in mail and safari
SONOMA 14.4.1
BTT 4.462

Any update in my case? I usuniemy this function a lot.

Hey, have you tried the latest versions? AFAIK this should be working fine again.