schiehll / react-alert

alerts for React
MIT License
607 stars 99 forks source link

TypeError: __WEBPACK_IMPORTED_MODULE_2_react_dom___default.a.createPortal is not a function at WithAlert.render (react-alert.js:550) #65

Closed RyanThomas95 closed 6 years ago

RyanThomas95 commented 6 years ago

Any help?

schiehll commented 6 years ago

Looks like your version of react-dom doesn't have the createPortal function. It was introduced in version 16.2.0, so please make sure you project meet the peer dependencies requirements.

RyanThomas95 commented 6 years ago

Thanks! Sorry, I thought I had it updated