react-imported-component icon indicating copy to clipboard operation
react-imported-component copied to clipboard

fix: Add guard for undefined global module

Open Ashr4f opened this issue 10 months ago • 0 comments

Based on bundler (Vite for example), module might be undefined, I've added a guard to fix this problem.

Error example:

Uncaught ReferenceError: module is not defined

Ashr4f avatar Dec 12 '24 07:12 Ashr4f