the line looks like this: children = String(children);
to which both chrome and firefox complain: Uncaught (in promise) TypeError: String is not a function.
Vue version: 3.2.33
please provide a mini repro.