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
{{ message }}
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.
Hey @AndreasFaust, thanks for the great library, it does exactly what we were looking for.
At the same time, I have noticed that the boxes don't always have the same distance one to another as you can see from the following image. It is very subtle, but the first gutter is slightly bigger than the second:
@luliandro@tayteboss@matthewfamularo@valerioleo
I believe this is caused by the component measuring the width of the content before the fonts are loaded at first render, or at least that was causing me this same issue.
My quick fix was to wrap a visibility observer around the Ticker like this:
Hey @AndreasFaust, thanks for the great library, it does exactly what we were looking for.
At the same time, I have noticed that the boxes don't always have the same distance one to another as you can see from the following image. It is very subtle, but the first gutter is slightly bigger than the second:
To reproduce, I have created a little sandbox that might help you find the issue: https://codesandbox.io/s/eloquent-driscoll-o47el
Hopefully, it helps.
Thanks again for the great work.
The text was updated successfully, but these errors were encountered: