react-imported-component
react-imported-component copied to clipboard
fix: Add guard for undefined global module
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