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
Hi there, I am using react-text-truncate on a SSR project using next.js and am finding that on initial page load the text is un-truncated, although truncation occurs after resizing the window:
Initial page load:
After window resized:
Has anyone come across this issue before and is there a way around it?
Thanks!