We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
three
@react-three/fiber
@react-three/drei
troika-three-text
node
yarn
The browser spits out quite a lot of "unsupported GPOS/GSUB table LookupType" logs occasionally.
At the simplest case, the error occurs on:
import { Canvas } from '@react-three/fiber'; import { Text } from '@react-three/drei'; <Canvas><Text>123</Text></Canvas>
Idk yet.
The text was updated successfully, but these errors were encountered:
Hi folks.
I am also seeing this. i though i did something wrong
"@react-three/csg": "^3.2.0", "@react-three/drei": "^9.105.6", "@react-three/fiber": "^8.16.6", "@react-three/postprocessing": "^2.16.2",
Sorry, something went wrong.
Maybe this issue is related? It seems like the error is not shown in drei storybook?
protectwise/troika#13 (comment)
It still error :(
In my case the issue was caused by r3f-perf. As soon as I commented it out, the logs stopped.
ran into this with drei text
No branches or pull requests
three
version: 0.166.1@react-three/fiber
version: 8.16.8@react-three/drei
version: 9.108.4troika-three-text
version: 0.49.1node
version: 22.4.1yarn
version: 1.22.22Problem description:
The browser spits out quite a lot of "unsupported GPOS/GSUB table LookupType" logs occasionally.
Relevant code:
At the simplest case, the error occurs on:
Suggested solution:
Idk yet.
The text was updated successfully, but these errors were encountered: