We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c0a56 commit 7771aceCopy full SHA for 7771ace
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@eppo/js-client-sdk",
3
- "version": "3.16.0",
+ "version": "3.16.1",
4
"description": "Eppo SDK for client-side JavaScript applications",
5
"main": "dist/index.js",
6
"files": [
src/index.ts
@@ -750,7 +750,7 @@ export class EppoPrecomputedJSClient extends EppoPrecomputedClient {
750
}
751
752
private static getAssignmentInitializationCheck() {
753
- if (!EppoJSClient.initialized) {
+ if (!EppoPrecomputedJSClient.initialized) {
754
applicationLogger.warn('Eppo SDK assignment requested before init() completed');
755
756
0 commit comments