saml-dev
saml-dev
I'm on Mac OS 12.6 and suppressing caps lock doesn't work. # Setup To test this, I'm building and running the `demo_hook` example in this repo. I added these lines...
Fixes #2011 This allows `useForm()` with no arguments in Svelte and Vue similar to how the [React useForm](https://github.com/inertiajs/inertia/blob/master/packages/react/src/useForm.ts#L49) is set up. NOTE I verified this works in Svelte via manual...
### Version: - `@inertiajs/svelte` version: 2.0.0-beta.1 ### Describe the problem: I use the `useForm` helper in my Svelte app for forms that have no data. With Inertia 1.0.16, I could...
It's possible we could use this `import` trick instead of `eval` to make the syntax more flexible. I'm not sure if this will enable importing other files though... https://2ality.com/2019/10/eval-via-import.html