Hello all, I'm having some trouble building the d...
# ask-metaflow
a
Hello all, I'm having some trouble building the docker image here. It seems to be an erroring out when doing the
yarn build
. I get the following error:
Copy code
#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?
1