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

Passing args doesn't work. #10

Open
laddish opened this issue Jun 1, 2023 · 1 comment
Open

Passing args doesn't work. #10

laddish opened this issue Jun 1, 2023 · 1 comment

Comments

@laddish
Copy link

laddish commented Jun 1, 2023

image

When I pass args, it does not work and args are not passed to createElement. I traced the code, but I can't understand when createElement is executed, and I don't know how to make the args pass effective.

So in summary, the key points for the issue are:

  1. The args passed do not work and are not passed to createElement
  2. After tracing the code, it is still unclear when createElement is executed
  3. It is not known how to make the passing of args effective

image

@laddish
Copy link
Author

laddish commented Jun 1, 2023

image

image

When I follow the tutorial React-three-fiber UI: Create shapes dynamically in react-three-fiber (Primitive placeholder) - YouTube
https://www.youtube.com/watch?v=5hhMamMgcIk&t=628s and try to Create shapes dynamically by using a Primitive placeholder, the properties on Primitive are also not passed correctly. I don't understand why these properties are not passed. I want to find out the reason and contribute my efforts.

So the key points for the issue are:

  1. Following a React-three-fiber tutorial to dynamically create shapes using a Primitive placeholder
  2. The properties on Primitive are not passed correctly
  3. It is unclear why the properties are not passed
  4. Hoping to find the reason and contribute to resolving the problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant