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
{{ message }}
This repository was archived by the owner on May 30, 2024. It is now read-only.
According to the "Initializing the client" documentation we should be waiting for the on('ready', callback) event to fire before using the LDClient#variation method. If this is the case then the typescript typing is missing the on method.
We should just add the typings for the on method so that typescript users don't have to write code that essentially says "trust me, there is an on() function that you can use here":