Hellenic / react-hexgrid

Build interactive hexagon grids with React
https://hellenic.github.io/react-hexgrid/examples/
MIT License
314 stars 128 forks source link

I need help. I am having trouble import the library #115

Open Vuminhhieu3112k opened 1 year ago

Vuminhhieu3112k commented 1 year ago

I have checked the path in the library is correct but it still gives me error i use "react-hexgrid": "2.0.1", "react": "18.2.0"

Screenshot 2023-07-12 at 02 09 37 Screenshot 2023-07-12 at 02 08 17
TranVanKung commented 1 year ago

if you use Nextjs, you could try:

const nextConfig = {
  transpilePackages: ['react-hexgrid'],
};
module.exports = nextConfig;

It works for me