launchdarkly / react-client-sdk

LaunchDarkly Client-side SDK for React.js
Other
79 stars 67 forks source link

SDK api docs page is for 2.25.0, not 2.27.0 #154

Closed jmhodges-color closed 1 year ago

jmhodges-color commented 1 year ago

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.

bwoskow-ld commented 1 year ago

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.