clara
clara
yup i'll look into it. are there any examples of this feature on the public demo backend? currently connecting to that one for development. also, my code fails on `/albums/[albumId]`....
@jrasm91 Looking into it more, I don't think `tick()` would do anything. To change the state in the url, we have to use `goto`, but that triggers `afterNavigate`. I don't...
url keeps state of the asset now in the album view as well. creating a new album from the navbar will now close the asset viewer. I tried to make...
same here with sveltekit :/
hi there, I started work on this. will open a pr later today/tomorrow
just saw the implementation of [`withFiles`](https://github.com/ciscoheat/sveltekit-superforms/blob/main/src/lib/superValidate.ts#L296), turns out it actually just removes the files. is there another way of sending files as initial values? my use case is a form...