You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: Only plain objects can be passed to Client Components from Server Components. Classes or other objects with methods are not supported.
{: {lang: "en", reply_count: 9, retweet_count: ..., favorite_count: ..., possibly_sensitive: ..., created_at: ..., display_text_range: ..., entities: ..., id_str: ..., text: ..., user: ..., edit_control: ..., card: ..., isEdited: ..., isStaleEdit: ...}}
A simple fix would be to serialize the tweet like
data={JSON.parse(JSON.stringify(unit))}
and then showing it, in server components?
The text was updated successfully, but these errors were encountered:
I'm encountering this error
A simple fix would be to serialize the tweet like
and then showing it, in server components?
The text was updated successfully, but these errors were encountered: