react-flip-page
react-flip-page copied to clipboard
TypeError: Cannot set property 'FlipPage' of undefined
using <FlipPage ref={(component) => { this.FlipPage = component; }}> gives me this error. What's happening?
the full code: Plus.zip
You are trying to set a FlipPage property on this, while not being inside a class or a function. I would recommend you use the useRef hook.