What is the proper way to forward refs to multiple instances or copies of a model? #1913
-
I am trying to forward different refs to different copies of the same model (not currently using instancing because I only have two copies, though maybe I should try). the specific refs being sent to the first copy work nicely, but the ones being sent to the second copy aren't working. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Could you provide a sandbox where this happens? You can use this template What's the second ref's value? Undefined or something else unexpected? |
Beta Was this translation helpful? Give feedback.
-
Forwarding multple refs works well and as you would expect them to work. I was just listening for updates incorrectly. |
Beta Was this translation helpful? Give feedback.
Forwarding multple refs works well and as you would expect them to work. I was just listening for updates incorrectly.