m-inan / react-upload-gallery

React for Upload Image Gallery. Sorted by drag & drop and Customizable
MIT License
78 stars 44 forks source link

Blank Page Error with React 17.0.2 #31

Closed sameerwasim closed 3 years ago

sameerwasim commented 3 years ago

I used react-upload-gallery with React 16 and it worked totally fine, but now as I'm using it with React 17. It just return blank page

scheduler.development.js:171 Uncaught Error: Minified React error #188; visit https://reactjs.org/docs/error-decoder.html?invariant=188 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at t.findDOMNode (index.js:9) at n.value (index.js:22) at n.value (index.js:22) at commitLifeCycles (react-dom.development.js:20663) at commitLayoutEffects (react-dom.development.js:23426) at HTMLUnknownElement.callCallback (react-dom.development.js:3945) at Object.invokeGuardedCallbackDev (react-dom.development.js:3994) at invokeGuardedCallback (react-dom.development.js:4056) at commitRootImpl (react-dom.development.js:23151) at unstable_runWithPriority (scheduler.development.js:468) at runWithPriority$1 (react-dom.development.js:11276) at commitRoot (react-dom.development.js:22990) at performSyncWorkOnRoot (react-dom.development.js:22329) at react-dom.development.js:11327 at unstable_runWithPriority (scheduler.development.js:468) at runWithPriority$1 (react-dom.development.js:11276) at flushSyncCallbackQueueImpl (react-dom.development.js:11322) at workLoop (scheduler.development.js:417) at flushWork (scheduler.development.js:390) at MessagePort.performWorkUntilDeadline (scheduler.development.js:157)

This error is what I'm getting in my console.