react-client-sdk icon indicating copy to clipboard operation
react-client-sdk copied to clipboard

SDK api docs page is for 2.25.0, not 2.27.0

Open jmhodges-color opened this issue 2 years ago • 1 comments

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.

jmhodges-color avatar Sep 19 '22 03:09 jmhodges-color

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.

bwoskow-ld avatar Sep 19 '22 14:09 bwoskow-ld