This message was deleted.
# announcements
w
This message was deleted.
f
Hi Josh, we would be happy to help you debug it if you like
a
Updating here as I work with Josh; it results from a separate nx
lib
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
Copy code
const growthbookContext = useContext(GrowthbookContext);
reads from the wrong context/module and has no
growthbook
object defined.
f
👍
a
Good to know of your openings using calendly though! We will keep that in mind 🙂
203 Views