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
I've been struggling with using this package in my React project.
I downloaded the min.js file and added it to my project. Locally all works fine, but in the container I get the following error. Attempted import error: 'downloadJpeg' is not exported from '../../svg-export.min.js' (imported as 'svgExport').
and similar, depending on the attempt.
I am sure the path is set right, import * as svgExport from '../../svg-export.min.js';
I am out of clues. It would be really appreciated if clues are given. Thank you!
The text was updated successfully, but these errors were encountered:
I've been struggling with using this package in my React project.
I downloaded the min.js file and added it to my project. Locally all works fine, but in the container I get the following error.
Attempted import error: 'downloadJpeg' is not exported from '../../svg-export.min.js' (imported as 'svgExport').
and similar, depending on the attempt.
I am sure the path is set right,
import * as svgExport from '../../svg-export.min.js';
I am out of clues. It would be really appreciated if clues are given. Thank you!
The text was updated successfully, but these errors were encountered: