Using Next.js for the first time Help me
Unanswered
Sun bear posted this in #help-forum
Sun bearOP
Follow the official documentation to learn to do it here
can't go on
The following problem occurs
Server Error
RangeError: Invalid time value
This error happened while generating the page. Any console logs will be displayed in the terminal window.
Source
components\date.js (5:45) @ date
3 | export default function Date({ dateString }) {
4 | const date = parseISO(dateString);
6 | }
7 |
Who can help me?
thank you
can't go on
The following problem occurs
Server Error
RangeError: Invalid time value
This error happened while generating the page. Any console logs will be displayed in the terminal window.
Source
components\date.js (5:45) @ date
3 | export default function Date({ dateString }) {
4 | const date = parseISO(dateString);
5 | return <time dateTime={dateString}>{format(date, "LLLL dd, yyyy")}</time>;| ^
6 | }
7 |
Who can help me?
thank you