Martin Lipták

Results 4 comments of Martin Lipták

Hey, I've got a similar problem. ``` const [ currentUserUpdate, { loading, errors } ] = useCurrentUserUpdateMutation() const initial = { firstName: user.firstName, lastName: user.lastName, email: user.email } const [...

Oh, I see, there's a`@preact/signals-react@1` peer dependency and another `@preact/signals-react@2` dev dependency. https://github.com/fabian-hiller/modular-forms/blob/main/packages/react/package.json#L68 I managed to successfully add the library using --legacy-peer-deps: ``` npm install @modular-forms/react --legacy-peer-deps npm install @preact/signals-react@2...

Also experiencing this, I made the forms client only to temporarily mitigate the issue.

The same thing with Tanstack Start. I had to set disable_external_dependency_loading. Tried creating the instance in useEffect - didn't help.