Dave Beshero
Results
2
issues of
Dave Beshero
For our team's use case, we often want to get a single split and its treatments. It seems that [getTreatment and getTreatmentWithConfig](https://github.com/splitio/javascript-client/blob/development/src/client/client.js#L20-L37) from the underlying javascript-SDK are not currently available...
# React SDK ## What did you accomplish? Added a `useTreatment` hook that takes in a single split. Addresses https://github.com/splitio/react-client/issues/69 ## How do we test the changes introduced in this...