service · inferred from evidence
isFeatureEnabled
A feature flagging service or method provided by VWO to check if a feature is enabled.
- Promise from VWO isFeatureEnabled is not always resolved
The promise returned by isFeatureEnabled in the VWO Node SDK sometimes never resolves. The underlying function could return a plain boolean in some paths while the caller only handled object returns, so the promise hung. A follow-up also sh