Nathan Carlson
Nathan Carlson
> I suspect that it's because I forgot to wrap onChange in useCallback so "new" onChange handler causes this behavior. Please try that and let me know if it will...
> When you use a different REST client, what is returned in the body when you see a `400`? This is the body I get back in the case of...
> Can you try 1.13.2 and see if you can still recreate? > https://www.npmjs.com/package/@fusionauth/typescript-client Now this shines more light on the real issue. When calling the client with an empty...
> Does passing in a `null` instead of an empty setting make any difference? `null`, `undefined`, etc all cause type errors, from the `FusionAuthClient.d.ts` definition file: ```js declare type UUID...