File tree Expand file tree Collapse file tree 4 files changed +9
-18
lines changed
Expand file tree Collapse file tree 4 files changed +9
-18
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ import { IconTwitter } from '../components/icons/twitter';
2626import { IconCode } from '../components/icons/code' ;
2727import { IconQuickstart } from '../components/icons/quickstart' ;
2828import { FeaturesSection } from '../components/features-section' ;
29+ import { getTestGroup } from '../components/a-b-tests' ;
2930
3031
3132export const colors = [
@@ -209,7 +210,9 @@ export type SemPage = {
209210export default function Home ( props : {
210211 sem ?: SemPage ;
211212} ) {
212- // getTestGroup(props.sem ? props.sem.id : '');
213+ // must be directly called here first, before any A/B-Test content is rendered
214+ getTestGroup ( props . sem ? props . sem . id : '' ) ;
215+
213216 const { siteConfig } = useDocusaurusContext ( ) ;
214217
215218 const isBrowser = useIsBrowser ( ) ;
Original file line number Diff line number Diff line change 603603 "mocha.parallel" : " 0.15.6" ,
604604 "nconf" : " 0.13.0" ,
605605 "node-appwrite" : " 17.2.0" ,
606- "node-datachannel" : " 0.27 .0" ,
606+ "node-datachannel" : " 0.30 .0" ,
607607 "node-pre-gyp" : " 0.17.0" ,
608608 "pre-commit" : " 1.2.2" ,
609609 "process" : " 0.11.10" ,
634634 "webpack-dev-server" : " 5.2.2"
635635 },
636636 "packageManager" :
" [email protected] +sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" 637- }
637+ }
Original file line number Diff line number Diff line change 2727 ],
2828 "types" : [],
2929 "noEmit" : true ,
30- "allowImportingTsExtensions" : true
30+ "allowImportingTsExtensions" : true ,
31+ "skipLibCheck" : true
3132 },
3233 "formatCodeOptions" : {
3334 "indentSize" : 2 ,
You can’t perform that action at this time.
0 commit comments