Ссылка на исходный код:
https://pastebin.com/tFAVS2J0
Проблема: TypeScript error in vkma/app/src/App.tsx(32,13):
Type '{ id: string; }' is not assignable to type 'IntrinsicAttributes & { children?: ReactNode; }'.
Property 'id' does not exist on type 'IntrinsicAttributes & { children?: ReactNode; }'. TS2322
Строка 32:
<Test id={activeStory}/>