acoustic-van-30942
02/23/2023, 10:57 PMyarn build
.
I get the following error:
#15 2.610 Creating an optimized production build...
#15 65.63 Failed to compile.
#15 65.63
#15 65.63 /app/src/components/Announcement/index.tsx
#15 65.63 TypeScript error in /app/src/components/Announcement/index.tsx(71,6):
#15 65.63 Type '{ children: Element; }' has no properties in common with type 'IntrinsicAttributes & { active?: boolean | undefined; }'. TS2559
#15 65.63
#15 65.63 69 |
#15 65.63 70 | return (
#15 65.63 > 71 | <HeightAnimatedContainer>
#15 65.63 | ^
#15 65.63 72 | <AnnouncementItemContainer type={item.type} open={open} last={last}>
#15 65.63 73 | <AnnouncementIcon>
#15 65.63 74 | <Icon name="warningThick" size="md" />
#15 65.63
#15 65.63
#15 65.78 error Command failed with exit code 1.
#15 65.78 info Visit <https://yarnpkg.com/en/docs/cli/run> for documentation about this command.
------
Any hints as to what could be causing this issue?