Skip to content
New issue

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

Uncaught Error #8199

Closed
seyoon20087 opened this issue Nov 4, 2021 · 1 comment
Closed

Uncaught Error #8199

seyoon20087 opened this issue Nov 4, 2021 · 1 comment

Comments

@seyoon20087
Copy link

Version

react, react-dom: next
react-router-dom: 6.0.0

Reproduction Case

I don't have a test case on CodeSandbox but you may find my repo that has a problem here.

Steps to reproduce

Please see the link above for more information.

Expected Behavior

The app should appear in production mode

Actual Behavior

The app works OK in development mode but not in the production mode.
What I am doing wrong?

Additionally, the following logged in the console in production mode:

Error
    at l (index.tsx:19)
    at c (index.tsx:231)
    at go (react-dom.production.min.js:166)
    at si (react-dom.production.min.js:289)
    at rs (react-dom.production.min.js:279)
    at ns (react-dom.production.min.js:278)
    at es (react-dom.production.min.js:278)
    at Bi (react-dom.production.min.js:269)
    at Wi (react-dom.production.min.js:267)
    at S (scheduler.production.min.js:12)
Uncaught Error
    at l (index.tsx:19)
    at c (index.tsx:231)
    at go (react-dom.production.min.js:166)
    at si (react-dom.production.min.js:289)
    at rs (react-dom.production.min.js:279)
    at ns (react-dom.production.min.js:278)
    at es (react-dom.production.min.js:278)
    at Bi (react-dom.production.min.js:269)
    at Wi (react-dom.production.min.js:267)
    at S (scheduler.production.min.js:12)

If you could provide me a solution I will be very appreciated. Thanks.

@seyoon20087
Copy link
Author

I think this is resolved, I will close the issue.

I will reopen it when a new issue has been introduced

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant