react-layer-stack
react-layer-stack copied to clipboard
Layering system for React. Useful for popover/modals/tooltip/dnd application
Since React 15.5, PropTypes were removed from react itself and must now be imported from "prop-types". This breaks react-layer-stack, because all type definitions here still try to access _react2.default.PropTypes.something, but...
You can write any question here. There is a [Chat](https://gitter.im/react-layer-stack/Lobby) also
Hi Alexey, I have some trouble with `use` option. My code was: ``` {() => } ``` But `MyComponent` did not get changed after update parent's property `item` from `item.children...