How to fix this warning in console of a React app using the react-modal package:
Warning: react-modal: App element is not defined. Please use Moda
Moda
Just include appElement={document.getElementById('app')} inside your modal like this
appElement={document.getElementById('app')}
It will work 100% if app is your central in index.html from where react loads.