Frank Lin

Results 4 comments of Frank Lin

坐等详细的讲解 👍

I just encountered the same issue in native [esbuild](https://esbuild.github.io/). error snapshots: ![image](https://user-images.githubusercontent.com/6159049/232411526-961189fd-40a3-4c2b-a0df-0a6fc6ac26d4.png) ![image](https://user-images.githubusercontent.com/6159049/232411838-54c9a13b-56a5-4fb6-8121-b659f64fa9ef.png)

@eds123 In my case, I just imported `react-compare-image` by commonjs function `require()` in place of the keyword `import`. Then the problem is gone. ```typescript // import ReactCompareImage from 'react-compare-image' //...