open-feature / playground

OpenFeature SDK demos and experimentation
https://openfeature.dev
Apache License 2.0
50 stars 25 forks source link

fix: ts error regarding NodeJS.Timer in frontend #254

Closed lukas-reining closed 9 months ago

lukas-reining commented 9 months ago

This PR

@toddbaert as said, this fixes the typescript error where Node.JS Timers are returned from setInterval.

Related Issues

Notes

Follow-up Tasks

How to test

toddbaert commented 9 months ago

Thanks! There's actually a similar issue in @openfeature/core (though it only shows up if people compile their libs): https://github.com/open-feature/js-sdk/pull/681

toddbaert commented 9 months ago

signing off and merging