react-redux-modal-provider icon indicating copy to clipboard operation
react-redux-modal-provider copied to clipboard

Fix for failed prop-type warning for component

Open alexssandrog opened this issue 5 years ago • 0 comments

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.

alexssandrog avatar Aug 09 '19 14:08 alexssandrog