Passing args doesn't work.
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:
- The args passed do not work and are not passed to createElement
- After tracing the code, it is still unclear when createElement is executed
- It is not known how to make the passing of args effective
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:
- Following a React-three-fiber tutorial to dynamically create shapes using a Primitive placeholder
- The properties on Primitive are not passed correctly
- It is unclear why the properties are not passed
- Hoping to find the reason and contribute to resolving the problem