amplitude / experiment-js-client

Amplitude Experiment client-side SDK for JavaScript
MIT License
8 stars 7 forks source link

fix: variant() debug log #107

Closed tyiuhc closed 6 months ago

tyiuhc commented 6 months ago

Summary

fix variant() debug log which was logging "variant is undefined" when value is undefined but key is defined.

Checklist