hi i am getting the following error when i compile. Its new. please help
TypeScript error in /node_modules/@plasmicapp/react-web/node_modules/@plasmicapp/host/dist/registerFunction.d.ts(1,64):
Type expected. TS1110
1 | export type StringType = “string” |
'${T}'
;
| ^
2 | export type NumberType = “number” |${number extends T ? number : T}
;
3 | export type BooleanType = “boolean” |${boolean extends T ? boolean : T}
;
4 | export type NullType = “null”;