I'm trying to get some code that I did not write working for Monday. The code makes heavy use of next/Image
and next/Link
but I am encountering very confusing errors every single time I try to include the next
package in even the simplest wizard-generated, boiler-plate react application.
It is likely I'm just too inexperienced in react and node and javascript in general to solve this configuration issue in just 2 days. I'll keep trying but I am not optimistic.
But is there some sort of alternative to next/Image
and next/Link
somewhere in react or something that I could use?