mirror of
https://github.com/morten-olsen/react-native-debug-console.git
synced 2026-02-08 00:36:26 +01:00
fix for prod builds
This commit is contained in:
@@ -56,7 +56,7 @@ const getColor = (type) => {
|
||||
|
||||
const formatData = (data, options) => {
|
||||
const {
|
||||
includeStackTrace
|
||||
includeStackTrace,
|
||||
} = options;
|
||||
if (typeof data === 'undefined') {
|
||||
return <Fixed>undefined</Fixed>;
|
||||
|
||||
@@ -42,7 +42,7 @@ class Events extends Component {
|
||||
|
||||
render() {
|
||||
const {
|
||||
includeStackTrace
|
||||
includeStackTrace,
|
||||
} = this.props;
|
||||
|
||||
return (
|
||||
|
||||
@@ -14,8 +14,7 @@ const Wrapper = styled.View`
|
||||
flex: 1;
|
||||
`;
|
||||
|
||||
const StorageView = ({
|
||||
}) => (
|
||||
const StorageView = () => (
|
||||
<State>
|
||||
{({ selected }, setState) => (
|
||||
<Storage>
|
||||
|
||||
Reference in New Issue
Block a user