worried-planet-2191
05/06/2022, 8:11 PMfresh-football-47124
fresh-football-47124
adamant-mechanic-29511
05/07/2022, 7:39 PMlib treating the module @growthbook/growthbook-react separately (sort've a webpack bundler issue really instead of nx). Solution was to "wrap" and re-export @growthbook/growthbook-react out of our own lib and use that. Otherwise doing something like
const growthbookContext = useContext(GrowthbookContext);
reads from the wrong context/module and has no growthbook object defined.fresh-football-47124
adamant-mechanic-29511
05/07/2022, 7:40 PM