react-redux-modal-provider
react-redux-modal-provider copied to clipboard
Fix for failed prop-type warning for component
Hi, I'm create a modal layout using hooks and rbx (Bulma), and every time the modal is showed the message below appears.
Warning: Failed prop type: Invalid prop modalProvider.stack[0].component
supplied to SingleModalProvider
.
With this fix on prop-types, the message disappears.