Need: want to pass props & forwardRef to child component
MVCE: this is what I get when I try this on stackblitz - the reference inside the child is null - but no error (like below)...
But, the error I am getting in a codebase

would appreciate an answer/link which can explain this clearly and help resolve this - the examples I saw passed props only or forwardRef only; And on stackblitz, it worked also;
DivFielddefined?