fix(desktop): entry media not updated
This commit is contained in:
parent
0f34e5b267
commit
2a4dde01b2
|
|
@ -327,7 +327,7 @@ const MediaImpl: FC<MediaProps> = ({
|
|||
)
|
||||
}
|
||||
|
||||
export const Media: FC<MediaProps> = memo((props) => <MediaImpl {...props} />)
|
||||
export const Media: FC<MediaProps> = memo((props) => <MediaImpl {...props} key={props.src} />)
|
||||
|
||||
const FallbackMedia: FC<MediaProps> = ({ type, mediaContainerClassName, className, ...props }) => (
|
||||
<div className={className} style={props.style}>
|
||||
|
|
|
|||
Loading…
Reference in New Issue