ERROR in src/app/components/app/index.ts(87,22): error TS2345: Argument of type '{ app_id: string; widget: { "activator": string; }; }' is not assignable to parameter of type 'BootInput'.
Type '{ app_id: string; widget: { "activator": string; }; }' is not assignable to type 'UserWithUid & DefaultBootInput & Any'.
Type '{ app_id: string; widget: { "activator": string; }; }' is not assignable to type 'UserWithUid'.
Property 'user_id' is missing in type '{ app_id: string; widget: { "activator": string; }; }'.
Following the tutorial in the README, I added in my ngOnInit:
And I got a TS error: