I am facing an issue in my next.js
project where I keep encountering the following error message:
error - ./node_modules/jspdf/dist/jspdf.es.min.js:458:25
Module not found: Can't resolve 'canvg'
I'm confused because I have not included either jspdf
or canvg
directly in my project.
I'm uncertain about what might be causing this error. Any assistance would be greatly appreciated. For reference, I am using material-ui
.