Jump to content
Search Community

Pradeep Kumar

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Pradeep Kumar

  1. I have attached a simple code where you can lookup the issue in one look.

    Please note that, this project in next js.

     

    {
      "name": "my-app-type",
      "version": "0.1.0",
      "private": true,
      "scripts": {
        "dev": "next dev",
        "build": "next build",
        "start": "next start",
        "lint": "next lint"
      },
      "dependencies": {
        "gsap": "^3.10.2",
        "next": "12.1.4",
        "next-transpile-modules": "^9.0.0",
        "react": "18.0.0",
        "react-dom": "18.0.0"
      },
      "devDependencies": {
        "@types/node": "17.0.23",
        "@types/react": "17.0.43",
        "@types/react-dom": "17.0.14",
        "eslint": "8.12.0",
        "eslint-config-next": "12.1.4",
        "typescript": "4.6.3"
      }
    }
     

    my-app-type.zip

    See the Pen by (@) on CodePen

×
×
  • Create New...