Код: Выделить всё
import parse from 'html-react-parser';
import Image from 'next/image';
import { PhotoProvider, PhotoView } from 'react-photo-view';
import 'react-photo-view/dist/react-photo-view.css';
import { ImageProps } from './types';
export default async function ImageProps(props: ImageProps) {
const { title, content, image, category } = props;
return (
);
}Подробнее здесь: https://stackoverflow.com/questions/795 ... play-photo