catamphetamine / javascript-time-ago

International highly customizable relative date/time formatting

Home Page:https://catamphetamine.gitlab.io/react-time-ago/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using this with Next JS - without dynamic import?

siliconjungle opened this issue · comments

Hey everyone, is there a solution to using this with Next JS on the backend?

What's the issue

Importing this: import TimeAgo from 'javascript-time-ago/modules/TimeAgo'; ends up producing the following error: SyntaxError: Cannot use import statement outside a module.

You shouldn't import anything like that