TailAdmin / free-nextjs-admin-dashboard

TailAdmin is a Next.js and Tailwind CSS free, open-source admin dashboard template. Provides developers with the necessary tools, components, pages to build a full-featured back-end, dashboard, or admin panel for any web project.
https://nextjs-demo.tailadmin.com
MIT License
653 stars 238 forks source link

jsvectormap.css module not found #24

Closed Atomized-titan closed 1 month ago

Atomized-titan commented 1 month ago
https://nextjs.org/docs/messages/module-not-found
 ⨯ ./src/components/Maps/MapOne.tsx:3:0
Module not found: Can't resolve 'jsvectormap/dist/css/jsvectormap.css'
  1 | "use client";
  2 | import jsVectorMap from "jsvectormap";
> 3 | import "jsvectormap/dist/css/jsvectormap.css";
  4 | import React, { useEffect } from "react";
  5 | import "../../js/us-aea-en";
  6 |

Wrong imports in layout.tsx && MapOne

Atomized-titan commented 1 month ago

https://github.com/TailAdmin/free-nextjs-admin-dashboard/pull/25

Juhan-Ahamed commented 1 month ago

We have updated the package and its related imports