fix(compiler): reserve api as a runtime binding to avoid client-scope collision
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -61,6 +61,7 @@ const RUNTIME_BINDINGS = new Set([
|
||||
"server",
|
||||
"props",
|
||||
"refs",
|
||||
"api",
|
||||
"event",
|
||||
"payload",
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user