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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, is there a way to break string when i use
useWindupStringsuch 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