client error: Objects are not valid as a React child #1898
Unanswered
chaotic-justice
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey, this seems more like a usage question. You might want to dig a bit further into this and if in doubt, compare your implementation with a working example. If you're able to pinpoint a specific issue in I'll move this to a discussion for the time being. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
develop
branch works fine locally. on deployment, it was working fine for awhile until it becomes a blank screen w/ message "Application error: a client-side exception has occurred while loading xxx.vercel.app (see the browser console for more information)."browser console:
[Error: Objects are not valid as a React child (found: object with keys {en, es}). If you meant to render a collection of children, use an array instead.]
created a new branch by checking out
develop
andgit reset --hard
to a previous commit 2804bf3 (or earlier) which i am sure it worked earlier, still results in same error.Verifications
Mandatory reproduction URL
https://github.com/chaotic-justice/osmanthus-kagi
Reproduction description
Steps to reproduce:
.env.example
develop
branchpnpm install
then runpnpm dev
diagnostic
branch, several commits behinddevelop
, which i know for sure it worked before and repeat those stepsExpected behaviour
blank screen w/ error message even if you roll back to a previous working commit (once deployed)
Beta Was this translation helpful? Give feedback.
All reactions