uap-dev

Results 9 comments of uap-dev

Also encountering a similar constraint where it would be nice to validate based on the value of a previous character. Use case being a date input where mask = "11/11/1111"...

Okay these docs are misleading and the google docs themselves are not very thorough... When accessType is 'offline' and responseType is 'code' what is returned is NOT the refresh_token, but...

I got it to work using a mixture of ReactGoogleLogin to fetch the authorization_code on the client and using another API request to exchange the authorization code for a refresh_token...

I am also encountering the same issue, however, I am using: `html { height: calc(100vh - 50px); }` I actually removed the offset and I am still seeing a 'jump'...

I think maybe some of the internal types have changed. My situation ```ts export const coerceToISOString = (value: unknown): string => { if (value instanceof Date) { return value.toISOString() }...

> version 8.5.0 also solved the issue for me 👍 I'm on 8.5.1 and seeing this error. It's intermittent which doesn't make a lot of sense to me :). If...

Just a fun fact: Illegal invocation coming from when methods that depend on being bound to window are bound to the proxied version of window. Those window methods will do...