You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.
Yup, I realised it when I restarted yarn electron:serve. For whatever reason, it was working when I made the changes whilst yarn electron:serve was running.
The issue seems to be some kinda bug that is preventing babel-loader from being used for transpiling the dependencies.
Due to this and other reasons, I'll be inlining frappejs code into books (the relevant parts): frappe/books#320
Found # and is returning error
#translate(segment) {
// TODO: implement translation backend
return segment;
}
#stitch() {
if (typeof this.args[0] === 'string') {
return stringReplace(this.args[0], this.args.slice(1));
}
The text was updated successfully, but these errors were encountered: