You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Request to Add Pass Ref to Component for comparison.
For example in React, it's not enough just using useRef for Dom ref, in your component, you have to use React's forwardRef function to wrap your Component in order to use ref prop to connect dom element.
While in Solid, pretty much the same as Dom ref example, pass ref to reserved Component ref property.
The text was updated successfully, but these errors were encountered:
Request to Add Pass Ref to Component for comparison.
For example in React, it's not enough just using
useRef
for Dom ref, in your component, you have to use React'sforwardRef
function to wrap your Component in order to use ref prop to connect dom element.While in Solid, pretty much the same as Dom ref example, pass ref to reserved Component ref property.
The text was updated successfully, but these errors were encountered: