I'm creating a blog with next 13 and chakraUI and I've noticed that Balancer doesn't show the text going to the second line.
This image shows that everything is fine is the text color is black

This image shows that the text is not showing correctly if I use a gradient

It's important to notice that the text is still there, it's just not showing.
That's my code
`
<Text
as={'span'}
bgGradient={MY_GRADIENT}
bgClip="text"
<Balancer>{title}</Balancer>
`
I'm creating a blog with next 13 and chakraUI and I've noticed that Balancer doesn't show the text going to the second line.
This image shows that everything is fine is the text color is black

This image shows that the text is not showing correctly if I use a gradient

It's important to notice that the text is still there, it's just not showing.
That's my code
`
<Text
as={'span'}
bgGradient={MY_GRADIENT}
bgClip="text"