Text is partially rendered #1313
Unanswered
killerchip
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I have the following issue which is driving me crazy and I would like your input on where to start troubleshooting.
I'm using
Text
element in various places of a page, to render text. But sometimes (not always) some text parts are rendered with missing characters.If I scroll the page down, so the
Text
elements are getting unmounted and then scroll up and they get remounted again, the text appears normally.Here's the component that renders a single text block:
As you can see in the code I have tried
Suspense
, I have triedcharacters
, I have triedonSync
. But the issue just remains.Any ideas what might causing this? or where to look further?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions