You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Throwing the following error when importing via import CalHeatmap from "cal-heatmap";
Running this in next js 14
Could not find a declaration file for module 'cal-heatmap'.
'/Users/karansingh/projects/habit-tracker/node_modules/cal-heatmap/dist/cal-heatmap.esm.js' implicitly has an 'any' type.
There are types at '/Users/karansingh/projects/habit-tracker/node_modules/cal-heatmap/src/index.d.ts',
but this result could not be resolved when respecting package.json "exports".
The 'cal-heatmap' library may need to update its package.json or typings
Version: "cal-heatmap": "^4.2.4",
The text was updated successfully, but these errors were encountered:
Throwing the following error when importing via
import CalHeatmap from "cal-heatmap";
Running this in next js 14
Version:
"cal-heatmap": "^4.2.4",
The text was updated successfully, but these errors were encountered: