Missing prop breaks build
This commit is contained in:
@@ -4,6 +4,7 @@ import { timeFormat } from "d3-time-format";
|
||||
interface ToolTipProps {
|
||||
active?: boolean,
|
||||
payload?: object,
|
||||
unit?: string
|
||||
};
|
||||
const defaultProps = {
|
||||
active: false,
|
||||
|
||||
Reference in New Issue
Block a user