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

Results 8 react-redux-modal issues
Sort by recently updated
recently updated
newest added

Warning: Accessing PropTypes via the main React package is deprecated, and will be removed in React v16.0. Use the latest available v15.* prop-types package from npm instead. For info on...

bindActionCreators expected a function actionCreator for key 'ADD_MODAL', instead received type 'string'. This is error from "react": "^15.4.0" and "react-redux-modal": "^0.5.2" Add: `import ReduxModal 'react-redux-modal';` Invoke: ` `

I'm trying to figure out how to update the modal after it's been displayed, like to update a price estimate value. Right now I'm able to `modal.add(myComponent, {})` to create...

It would be nice if this project had a license. I would suggest MIT - https://opensource.org/licenses/MIT

Make a .d.ts file so that react-redux-modal can inter-op with TypeScript and TSX.

Make the modal responsive and minimize function.

feature