next.js
c53ee73c
- Forbid `this` and `arguments` in server functions (#73059)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
Forbid `this` and `arguments` in server functions (#73059) Accessing `this` or `arguments` in server functions is not allowed. With this PR, we are now emitting build errors in this case. --------- Co-authored-by: Janka Uryga <lolzatu2@gmail.com>
References
#73059 - Forbid `this` and `arguments` in server functions
Author
unstubbable
Parents
2161d8c0
Loading