Christoph Nakazawa
Christoph Nakazawa
Seems like the CI is still failing on these. Might need to disable them on older Node versions.
cc @eps1lon @rickhanlonii @sophiebits (who appear to have had major input on `useActionState`'s design based on past PRs)
My specific use case is that I'm using a framework that provides actions for `useActionState`, like: ``` const […] = useActionState(frameworkProvidedAction, null); ``` The framework handles all the action code...
I didn't try a prod build, but in dev it doesn't seem to work.
Thanks @sapphi-red! I tried using rolldown-vite 7.2.0-beta.2 and unfortunately it is not working for me. When I start Vite, it now prints: ``` [plugin: import.meta.url] Error: not implemented ``` and...
Oh sorry, the pnpm path was confusing in that stack and it's on another system so I couldn't copy it over 🙇♂️ The code I'm working with is internal so...
Ok, I fixed one issue with the compat layer but still trying to repo the second issue that fails to load files. https://github.com/vitejs/rolldown-vite/pull/516