hey there, I'm a bit confused with how we define e...
# sdk-react
s
hey there, I'm a bit confused with how we define environments on GrowthBook. It seems like by default there's a
production
and a
dev
environment - that's great, that's all I need. The problem is that there's only one SDK-connection and that is set to
production
only. In order to use both
production
and
env
do I need to: • create a second SDK-connection for the same project, and select
dev
environment? • on the react SDK side, use a different client-id (one for
production
and one for
dev
)? Because I can't find an environment property to set Please confirm. P.s this looks so complicated and I don't understand why it has to be 😕