Summary: Could you please notice cdn install in docs because I've to check <ReactModal> tag in your example :) But services like cdnjs.com have your cdn that's very cool (link to cdn).
Link to example of issue:
http://reactcommunity.org/react-modal/#installation
My suggestion is something like:
- Add script tag after React CDN scripts:
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-modal/3.14.3/react-modal.min.js" integrity="sha512-MY2jfK3DBnVzdS2V8MXo5lRtr0mNRroUI9hoLVv2/yL3vrJTam3VzASuKQ96fLEpyYIT4a8o7YgtUs5lPjiLVQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
- Use tag inside your React CDN APP
Summary: Could you please notice cdn install in docs because I've to check
<ReactModal>tag in your example :) But services like cdnjs.com have your cdn that's very cool (link to cdn).Link to example of issue:
http://reactcommunity.org/react-modal/#installation
My suggestion is something like:
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-modal/3.14.3/react-modal.min.js" integrity="sha512-MY2jfK3DBnVzdS2V8MXo5lRtr0mNRroUI9hoLVv2/yL3vrJTam3VzASuKQ96fLEpyYIT4a8o7YgtUs5lPjiLVQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>