We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
ViteJS
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:
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):
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Sorry, I have no experience with ViteJS. So I gonna research and find a solution to fix this. Thank you
Sorry, something went wrong.
@cuongdevjs thanks to you!
@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 I don't know, I'm not working with this right now.
cuongdevjs
No branches or pull requests
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: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:
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):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: