Unleash/unleash-proxy-client-js

Missing `currentTime` in Unleash Context object

AdrienFromToulouse opened this issue · 3 comments

Describe the bug

The currentTime property https://docs.getunleash.io/reference/unleash-context seems to be missing.

https://github.com/Unleash/unleash-proxy-client-js/blob/main/src/index.ts#L9

Cheers!

Steps to reproduce the bug

Try to set the currentTime property on the context, it would result in noop.

Expected behavior

Take the currentTime property into account

Logs, error output, etc.

No response

Screenshots

No response

Additional context

No response

Unleash version

3.2.0

Subscription type

Pro

Hosting type

Hosted by Unleash

SDK information (language and version)

"@unleash/proxy-client-react": "^4.1.1"

@sjaanus will it be incorporated to https://github.com/Unleash/proxy-client-react anytime soon?

I can see it is still using a beta version https://github.com/Unleash/proxy-client-react/blob/main/package.json#L53

Cheers,