Hello there! I am working on getting Growthbook in...
# ask-questions
w
Hello there! I am working on getting Growthbook in my react app but for some reason the
setFeatures
and
setAttributes
aren't working, it says they aren't part of the
Growthbook
type, has anyone else run into this? I've tried re-downloading the package and restarting the code editor but no luck 🤔
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