react-skylight icon indicating copy to clipboard operation
react-skylight copied to clipboard

A react component for modals and dialogs

Results 27 react-skylight issues
Sort by recently updated
recently updated
newest added

Bumps [karma](https://github.com/karma-runner/karma) from 1.7.0 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

dependencies

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.3.2 to 6.3.3. Changelog Sourced from qs's changelog. 6.3.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...

dependencies

The `ref` is `undefined` in `componentDidMount`. We have a condition where we need to show the modal when the components first render. Here is the code snippet ```js componentDidMount() {...

React deprecated a few lifecycles, including `componentWillUpdate` and `componentWillMount`, which were both used in the library. This PR substitutes those lifecycles for "safer" implementations. The new implementation for `componentWillUpdate` might...

Hello, I am trying to make a modal 100% of height, or 90% but I cannot get it working well. I understand that if I put `width: 90%` I have...

The `transform` prop. is the only one that isn't being overwritten by my inline `dialogStyles={}`. Is there a particular reason why? I know it uses this prop to animate the...

React 16.8 deprecated a few of the component lifecycle functions including `componentWillUpdate` and `componentWillMount`. I went ahead and changed the places where these functions were used to use lifecycle functions...

Hello, I just updated to React 16.9.0, and now I am seeing the following warning: ``` react-dom.development.js:11495 Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks...

`custon` --> `custom` Can be isolated in this file [here](https://github.com/marcio/react-skylight/blob/gh-pages/application-v.0.5.0.web.js), but this seems to be react build deploy and should be fixed in source instead of this file.