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