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

React Errors In Production #18

Open
gamemann opened this issue Nov 18, 2023 · 0 comments
Open

React Errors In Production #18

gamemann opened this issue Nov 18, 2023 · 0 comments

Comments

@gamemann
Copy link
Member

gamemann commented Nov 18, 2023

Documenting an issue related to client-side React errors when viewing blog article Setup Steam Link On Raspberry Pi 4.

Uncaught Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
    at Eg (framework-ca706bf673a13738.js:9:46547)
    at x (framework-ca706bf673a13738.js:9:121312)
    at Vk (framework-ca706bf673a13738.js:9:99132)
    at framework-ca706bf673a13738.js:9:98999
    at Jk (framework-ca706bf673a13738.js:9:99006)
    at Hk (framework-ca706bf673a13738.js:9:94050)
    at J (framework-ca706bf673a13738.js:33:1364)
    at MessagePort.R (framework-ca706bf673a13738.js:33:1894)

Things to note.

  • This only impacts the Setup Steam Link On Raspberry Pi 4 blog article.
  • This does not impact the development environment I have and I tried copying all contents from the impacted article with no errors.
  • Nothing is logged through the server-side.
  • I tried copying most environmental variables from production to development environment with no luck.
  • This is likely due to variables not being rendered inside of an useEffect() block like they should. I've looked at a lot of code and mostly everything is rendered in useEffect() besides this code in Meta.tsx which is required since we don't want to use any JavaScript/re-renders with meta data since Google Bots don't support JavaScript. However, this only happening on a specific article probably indicates it is not related to this.
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