supress type errors for now
This commit is contained in:
@@ -30,4 +30,5 @@ const Panel = (props: {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// @ts-ignore
|
||||||
export default withStyles(styles)(Panel)
|
export default withStyles(styles)(Panel)
|
||||||
|
|||||||
@@ -128,4 +128,5 @@ const styles = (theme: Theme) => ({
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// @ts-ignore
|
||||||
export default connect(mapStateToProps, mapDispatchToProps)(withStyles(styles)(ValuePanel))
|
export default connect(mapStateToProps, mapDispatchToProps)(withStyles(styles)(ValuePanel))
|
||||||
|
|||||||
Reference in New Issue
Block a user