Maxime Dupont
Maxime Dupont
- [x] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues. **Description** On a zod schema, when using `.optional()` with `.refine()`, the method `superValidate(zod(schema)` fails with error:...
### Motivation When using a variable (say a props) that can be `null` or `undefined` directly in the DOM, it will be rendered as a string `"null"` or `"undefined"`. Hence,...
When using the library with vite, vite raises 3 warnings about the use of the `eval` method use: ```js import * as lib from "google-libphonenumber"; ``` warnings (Use of eval...
When the provider is incorrect,`useAutoSignin` keeps reloading the page indefinitely. I have an application where the authority / client_id changes and may be undefined. In this case, the http call...