Leo Borai
Leo Borai
I think that does the work, but I'm more focused in something beyond this specific error. And improve error handling by using either an error variable or a handy function...
Hi! I found the same issue running the following commands: ``` # install the cli app npx proton-native-cli init my-app # move to your project directory cd my-app # run...
Hey @TheWaWaR ! I think this is an excellent idea! I would suggest a refactor on `main.rs` file, maybe parsing arguments in another crate and build the server instance from...
> This would be great! But today what is the current best approach to handling a server-side rejection like this? I ended up writing straight to the error store.
> I'm assuming it's something like this: > > ```js > const { errors } = createForm({ > initialValues: { > name: 'test' > }, > onSubmit: () => {}...
I can see the `` component exposes the underlying `errors` store as prop, by passing it to the ``. Here is the code: https://github.com/tjinauyeung/svelte-forms-lib/blob/7df1b1df4f02c5ff512e2542c879056ac2d8138d/lib/components/Form.svelte#L51 You should be able to use...
Hi @tjinauyeung! I'm also using this library on a daily basis in my current work while we build an application using SvelteKit. We are also migrating some forms and building...
Hey! What do you have in mind?
Sounds good to me!
I have some sketch, let me create the layout and then I will try to show you what I have in mind!