We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea5004 commit 3b94ba2Copy full SHA for 3b94ba2
1 file changed
tests/integration/rsc-mf/host/server/modern.server.ts
@@ -66,7 +66,7 @@ const getProxyActionIds = async () => {
66
> = {};
67
Object.values(REMOTE_ACTION_ID_TO_PROXY_EXPORT).forEach(exportName => {
68
const pattern = new RegExp(
69
- `registerServerReference\\\\(${exportName},\\\\s*"([^"]+)"`,
+ `registerServerReference\\\\)\\\\(${exportName},\\\\s*"([^"]+)"`,
70
);
71
const match = serverBundleCode.match(pattern);
72
if (match?.[1]) {
0 commit comments