solid-three icon indicating copy to clipboard operation
solid-three copied to clipboard

Passing args doesn't work.

Open laddish opened this issue 2 years ago • 1 comments

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 avatar Jun 01 '23 02:06 laddish

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

laddish avatar Jun 01 '23 02:06 laddish