rsnext/packages
Shu Ding 771141dcc9
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
2023-05-19 15:05:59 +00:00
..
create-next-app v13.4.3 2023-05-19 06:20:19 +00:00
eslint-config-next v13.4.3 2023-05-19 06:20:19 +00:00
eslint-plugin-next v13.4.3 2023-05-19 06:20:19 +00:00
font v13.4.3 2023-05-19 06:20:19 +00:00
next Pages Module Transition (#49962) 2023-05-19 08:45:18 -06:00
next-bundle-analyzer v13.4.3 2023-05-19 06:20:19 +00:00
next-codemod v13.4.3 2023-05-19 06:20:19 +00:00
next-env v13.4.3 2023-05-19 06:20:19 +00:00
next-mdx v13.4.3 2023-05-19 06:20:19 +00:00
next-plugin-storybook v13.4.3 2023-05-19 06:20:19 +00:00
next-polyfill-module v13.4.3 2023-05-19 06:20:19 +00:00
next-polyfill-nomodule v13.4.3 2023-05-19 06:20:19 +00:00
next-swc Server Actions: Fix member expr in closure captured values (#50020) 2023-05-19 15:05:59 +00:00
react-dev-overlay v13.4.3 2023-05-19 06:20:19 +00:00
react-refresh-utils v13.4.3 2023-05-19 06:20:19 +00:00