react-client-sdk
react-client-sdk copied to clipboard
SDK api docs page is for 2.25.0, not 2.27.0
Is this a support request? No
Describe the bug The SDK API docs page is for version 2.25.0 of react-client-sdk, not the currently released 2.27.0
This means things like the generic useFlags
and other things are not publicly documented.
Hi @jmhodges-color,
The API docs are a bit misleading -- the version indicates 2.25.0
but that's because the title is erroneously hard-coded to include this version string. The API docs content reflects the latest version (2.27.0). The useFlags
docs can be seen here.
Cheers, Ben
The fix for the hard-coded version string is filed internally as 169622.