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
i tried adding this at the start of the Javascript.ts#nameStyle method which at least fixes the runtime error
unfortunatly it is still treated as a string
protected nameStyle(original: string, upper: boolean): string { if (typeof original === "number") { return original }
this schema doesnt work
(in my other example there was also type:"number" but it had the same effect)
The text was updated successfully, but these errors were encountered: