Simon
Simon
Change the user-agent
> Is there any word on how to solve this / this bug will be resolved soon? Upgrading to React 19 removes this warning.
> Server Actions are designed for mutations that update server-side state; they are not recommended for data fetching. Accordingly, frameworks implementing Server Actions typically process one action at a time...
The docs mention that only sequential server action calls are supported, so running them in parallel shouldn't be expected.
This is due to tsconfig ignoring hidden files (anything that starts with a dot). You can get around this by adding the folder to the include path in `tsconfig.json`: ```json...