You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for catching that - we should have a fix out shortly (probably by just changing that parameter to "string" and documenting the events for on). There are a couple other event names that we forgot to include there too.
https://github.com/launchdarkly/js-client/blob/556711701d74d7c4a50981cae0547ec78f3d5eec/typings.d.ts#L24
Because the
LDEventName
ts type is defined as'ready' | 'change'
, you can't use this syntax forldclient.on()
:The text was updated successfully, but these errors were encountered: