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 83c7e7c commit 93c8d23Copy full SHA for 93c8d23
packages/react/src/stateProxy.ts
@@ -194,6 +194,9 @@ export class StateProxy implements State {
194
get legalAcceptedAt() {
195
return gateProperty(target, 'legalAcceptedAt', null);
196
},
197
+ get locale() {
198
+ return gateProperty(target, 'locale', null);
199
+ },
200
get status() {
201
return gateProperty(target, 'status', 'missing_requirements');
202
0 commit comments