Skip to content
New issue

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

Unsupported GPOS/GSUB table LookupType with <Text> #2051

Open
jophy-ye opened this issue Jul 26, 2024 · 4 comments
Open

Unsupported GPOS/GSUB table LookupType with <Text> #2051

jophy-ye opened this issue Jul 26, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@jophy-ye
Copy link

jophy-ye commented Jul 26, 2024

  • three version: 0.166.1
  • @react-three/fiber version: 8.16.8
  • @react-three/drei version: 9.108.4
  • troika-three-text version: 0.49.1
  • node version: 22.4.1
  • yarn version: 1.22.22

Problem description:

The browser spits out quite a lot of "unsupported GPOS/GSUB table LookupType" logs occasionally.

browser console log

Relevant code:

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>

Suggested solution:

Idk yet.

@jophy-ye jophy-ye added the bug Something isn't working label Jul 26, 2024
@ymolists
Copy link

ymolists commented Aug 1, 2024

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",

@qinyuhang
Copy link

Maybe this issue is related? It seems like the error is not shown in drei storybook?

protectwise/troika#13 (comment)

@hieuxinhe94
Copy link

It still error :(

@pavsoldatov
Copy link

In my case the issue was caused by r3f-perf. As soon as I commented it out, the logs stopped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants