mirror of
https://github.com/christianvidalwolf-prog/CrazeAnalytix.git
synced 2026-08-03 12:25:22 +02:00
feat: enable custom baseline periods for Experiments to solve seasonality
This commit is contained in:
@@ -47,7 +47,7 @@ class ErrorBoundary extends Component<Props, State> {
|
||||
);
|
||||
}
|
||||
|
||||
return this.props.children;
|
||||
return (this as any).props.children;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user