Forum Discussion
Dave Walker
Jan 22, 2020Copper Contributor
SharePoint Framework creatRef object undefined
Hi, I'm a newbie to React and the SharePoint framework and I'm hoping someone can help me with the same issue as this posting --> https://github.com/OfficeDev/office-ui-fabric-react/issues/4733. Bas...
Beau Cameron
Jan 23, 2020MVP
Which version of SPFx & React are you using? createRef is for React Hooks which is only available in React 16.3
Another option you could look into is the PnP re-usable controls FilePicker https://sharepoint.github.io/sp-dev-fx-controls-react/controls/FilePicker/
This was built to mimic the out the of the box file picker, so you have an identical UX between Out of the box SharePoint and your custom spfx controls.