Warning: div: `ref` is not a prop. in Next 14.2.2
Struggling here to even initialise the wrapper.
I've simply gone ahead and added the example of from the docs, and my console is logging the following error:
app-index.js:33 Warning: div: refis not a prop. Trying to access it will result inundefined being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)
I've tried downgrading the package to version 4.4.0 as per some of the other issues people have had without any luck. Any pointers on how to solve appreciated.
Edit: to be crystal clear, my component is exactly the example code and nothing else at this stage.
I don't see this error 🤔... do you have a repo to share or a REPL example?
Closing due to inactivity.