This message was deleted.
# ask-questions
w
This message was deleted.
f
What version of the React sdk are you using?
w
"@growthbook/growthbook-react": "^0.5.1",
is what it says in the package.json!
f
ah, ok. The latest version is
0.8.1
Did you just install GrowthBook recently? I'm wondering if there's some example code out there that we need to update
w
Yep that fixed it! I used this command to download Growthbook today. Not sure why it downloaded
0.5.1
though! Manually editing the version in package.json and running yarn fixed it
Copy code
npm i --save @growthbook/growthbook-react
137 Views