import PropTypes from ‘prop-types’
import { useState } from ‘react’;
import {formatDistance} from ‘date-fns’
These are my imports
Getting this error. Not sure what to do here!
Failed to compile.
./node_modules/date-fns/intervalToDuration.mjs
Can’t import the named export ‘differenceInHours’ from non EcmaScript module (only default export is available)
i tried npm update date-fns but no luck. {formatDistance(posted, new Date())} I want this function to give number of days.
user24674422 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.