feat: enable custom baseline periods for Experiments to solve seasonality

This commit is contained in:
Christian Vidal Wolf
2026-02-23 18:34:04 +01:00
parent 69f4456942
commit 4935112a55
14 changed files with 428 additions and 1144 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ class ErrorBoundary extends Component<Props, State> {
);
}
return this.props.children;
return (this as any).props.children;
}
}