Replies: 1 comment
-
useWindupString just returns a string, so newlines Provided you have the right |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, is there a way to break string when i use
useWindupString
such as
const test = "windups \n is so nice!" const [windup] = useWindupString(test) return <div>{windup}</div>
I hope it shows
windups
is so nice!
Beta Was this translation helpful? Give feedback.
All reactions