Next.js Discord

Discord Forum

Image issue

Unanswered
European hornet posted this in #help-forum
Open in Discord
European hornetOP
How can I use HTML Image component with Next.js Image in same file?
let img = new Image();

This line worked fine until I imported Next.js Image. I tried importing it under a different name, but it didn't work.
import {Image as NextImage } from "next/image";

0 Replies