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
Compiling a user role card with newlines in it causes a syntax error in the file packages/shared/src/lib/types/core/user/user-role.ts
Example of faulty code generated:
export const UserRoles = ['Anyone', '',
'sad',
'break
cody
'
] as const;
export type UserRole = (typeof UserRoles)[number];
The text was updated successfully, but these errors were encountered:
Compiling a user role card with newlines in it causes a syntax error in the file
packages/shared/src/lib/types/core/user/user-role.ts
Example of faulty code generated:
The text was updated successfully, but these errors were encountered: