diff --git a/src/global.js b/src/global.js index dc048b1e..1acd3fbe 100644 --- a/src/global.js +++ b/src/global.js @@ -122,6 +122,7 @@ export function getDisableSetCookie(): boolean { return false; } +// TODO first-render-experiment-cleanup any thing using this function should use getFirstRenderExperiments export function getExperimentation(): Experimentation | null { if (typeof __EXPERIMENTATION__ !== "undefined") { if (__EXPERIMENTATION__) {