mirror of
https://github.com/morten-olsen/react-native-debug-console.git
synced 2026-02-08 00:36:26 +01:00
Fix compatability
This commit is contained in:
@@ -42,7 +42,7 @@ class Events extends Component {
|
||||
|
||||
render() {
|
||||
const {
|
||||
...others,
|
||||
...others
|
||||
} = this.props;
|
||||
|
||||
return (
|
||||
|
||||
@@ -16,10 +16,10 @@ const Modal = styled.Modal`
|
||||
`;
|
||||
|
||||
const Selector = ({
|
||||
...others,
|
||||
multiSelect = false,
|
||||
onSelect,
|
||||
options = [],
|
||||
...others
|
||||
}) => (
|
||||
<State>
|
||||
{({ open }, setState) => (
|
||||
|
||||
Reference in New Issue
Block a user