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
Using ember new xxxx -b @glimmer/blueprint --web-component generates an index.ts that compiles with an error:
/src/index.ts(21,31): Argument of type 'string[]' is not assignable to parameter of type '{ [key: string]: string; }'.
Index signature is missing in type 'string[]'.
Using
ember new xxxx -b @glimmer/blueprint --web-component
generates an index.ts that compiles with an error:The text was updated successfully, but these errors were encountered: