Closed sovetski closed 1 week ago
Hi,
After upgrading to the version of three to ^0.170.0, I have the following error:
three
^0.170.0
TypeError: Cannot read properties of undefined (reading 'replace')
It comes from Text component, when I remove it, error disappears
Text
My code is just:
<Text color="black"> Hello World </Text>
I moved the issue on the relevant repository: https://github.com/pmndrs/drei/issues/2186
Hi,
After upgrading to the version of
three
to^0.170.0
, I have the following error:TypeError: Cannot read properties of undefined (reading 'replace')
It comes from
Text
component, when I remove it, error disappearsMy code is just: