tameemsafi / typewriterjs

A simple yet powerful native javascript plugin for a cool typewriter effect.
https://www.npmjs.com/package/typewriter-effect
MIT License
2.46k stars 220 forks source link

TypewriterJS not working in a next.js app router #199

Closed rizfanradya closed 1 year ago

rizfanradya commented 1 year ago

My code : import Typewriter from "typewriter-effect";

export default function Home() {
  return (
    <div>
      <Typewriter
        options={{
          strings: ["Hello", "World"],
          autoStart: true,
          loop: true,
        }}
      />
    </div>
  );
}

error : error node_modules\typewriter-effect\dist\react.js (1:28691) @ eval

rizfanradya commented 1 year ago

is this project still going on?

zuchka commented 3 months ago

just hit this error too