next.js
771141dc - Server Actions: Fix member expr in closure captured values (#50020)

Commit
2 years ago
Server Actions: Fix member expr in closure captured values (#50020) For static member expressions like `foo.bar`, we currently treat it as one whole Ident `foo.bar` and pass it over the `$$bound` array as one value. That causes a problem where the Ident inside the function body needs to be converted, because it can no longer access to `foo`. Closes #49985. fix NEXT-1206
Author
Parents
Loading