arwes / arwes

Futuristic Sci-Fi UI Web Framework.

Home Page:https://arwes.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor Text transition animation functionality

romelperez opened this issue · comments

RELATES TO #85


The Text component uses useLayoutEffect hook to check the text data for the transition animations. Though it still works for server-side rendering, React compilation throws an error about it.

  • Refactor to not use useLayoutEffect functionalities since this component will be used for server-side rendering.