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

A modal dialog for ReactJS

Results 38 react-modal-dialog issues
Sort by recently updated
recently updated
newest added

Hello qimingweng React.PropTypes will be deprecated in React v16 I use your react-modal-dialog in my application and I will be very grateful when you fix it in next release. Could...

Hi I am using this to my project, but getting this error ``` Uncaught TypeError: Cannot read property 'number' of undefined at eval (CloseCircle.js?5cea:48) at Object. (bundle.js:1) at e (bundle.js:1)...

package.json should be updated to add a React 16 peer dependency if it's supported

I have a problem, On another page, the top is calculated correctly. No have idea how resolve this.

Hi I can not make the spinner to work. I is throwing this error on runtime: ``` vendor.js?v=sZBD4ty28krojWTr8aPA_g_AGMpt_Nhz9VS_g69om6M:1 Uncaught Error: Minified React error #130; visit http://facebook.github.io/react/docs/error-decoder.html?invariant=130&args[]=undefined&args[]=%20Check%20the%20render%20method%20of%20%60Login%60. for the full message...

Updated `import React, { PropTypes } from 'react';` to `import PropTypes from 'prop-types';` and updated React -> v15.5.4 info: https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html

Not sure why this popular package could not be executed correctly with react 16 "react": "^16.1.0" import * as React from 'react'; import ReactDOM from 'react-dom'; import Modal from 'react-modal';...

When adding the repository with yarn add react-modal-dialog, just by importing it gives this error, as if the actual _react object is undefined within the library. Any idea of why...

Is there a way for me to add a parameter string eg. https://github.com/qimingweng/react-modal-dialog/${PARAMETERHERE} when the modal is closed so I can link to the modal. This would probably need to...