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
Some components like <container> will throw a type error claims that no such elememt:
<container>
The other components will also throw type erros for properties sometimes. Like the <text> component (I found the same issue #500 but it still occurs):
<text>
Components should not throw any type errors
Run the same code from #493 (comment)
Or you can check the CodeSandbox link: https://codesandbox.io/p/sandbox/pixi-react-v8-test-6jdw8y
@pixi/react
pixi.js
React
ReactDOM
I tried solution from #500 (comment) and it fixes.
No response
The text was updated successfully, but these errors were encountered:
I think this is caused by #559. You now have to prefix elements with Pixi, e.g. <pixiContainer>
<pixiContainer>
Sorry, something went wrong.
Thanks! It did help.
No branches or pull requests
Current Behavior
Some components like
<container>
will throw a type error claims that no such elememt:The other components will also throw type erros for properties sometimes. Like the
<text>
component (I found the same issue #500 but it still occurs):Expected Behavior
Components should not throw any type errors
Steps to Reproduce
Run the same code from #493 (comment)
Or you can check the CodeSandbox link: https://codesandbox.io/p/sandbox/pixi-react-v8-test-6jdw8y
Environment
@pixi/react
version: 8.0.0-beta.21pixi.js
version: 8.6.6React
version: 19.0.0ReactDOM
version: 19.0.0Possible Solution
I tried solution from #500 (comment) and it fixes.
Additional Information
No response
The text was updated successfully, but these errors were encountered: