reactjs-social-login icon indicating copy to clipboard operation
reactjs-social-login copied to clipboard

Uncaught ReferenceError: exports is not defined

Open SalahAdDin opened this issue 2 years ago • 4 comments

Describe the bug I'm trying to run this package on my project which does use ViteJS as tooling, but I'm getting this issue on execution time:

Uncaught ReferenceError: exports is not defined
    js index.tsx:215
    __init chunk-BQAOEP2F.js:9
    <anonymous> reactjs-social-login:1
[index.tsx:215:20](http://localhost:3000/node_modules/reactjs-social-login/src/LoginSocialTwitter/index.tsx)
    js index.tsx:215
    __init chunk-BQAOEP2F.js:9
    <anonymous> reactjs-social-login:1
    InnerModuleEvaluation self-hosted:2388
    InnerModuleEvaluation self-hosted:2388
    InnerModuleEvaluation self-hosted:2388
    InnerModuleEvaluation self-hosted:2388
    InnerModuleEvaluation self-hosted:2388
    evaluation self-hosted:2349

Of course, it does not render anything on the screen, and it is the only package that is not working.

To Reproduce Steps to reproduce the behavior:

  1. Install the package on a ViteJS project.
  2. Import components from the package on a component.
  3. Try to run the project.
  4. See the error on the browser's console.

Expected behavior It should render the front end as we designed it.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: macOs Monterrey, 12.0.1 (21A559)
  • Browser: Firefox Browser 97.0 (64-bit)
  • Version: ^2.0.0

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context Add any other context about the problem here.

SalahAdDin avatar Feb 14 '22 20:02 SalahAdDin

Sorry, I have no experience with ViteJS. So I gonna research and find a solution to fix this. Thank you

cuongdevjs avatar Feb 16 '22 16:02 cuongdevjs

@cuongdevjs thanks to you!

SalahAdDin avatar Feb 16 '22 19:02 SalahAdDin

@SalahAdDin, is this issue still persists?

I tried with the same setup and it works for me. Can you share a link for a repo or something which reproduces it?

djhemath avatar Jan 16 '24 16:01 djhemath

@djhemath I don't know, I'm not working with this right now.

SalahAdDin avatar Jan 16 '24 17:01 SalahAdDin