next.js
c53ee73c - Forbid `this` and `arguments` in server functions (#73059)

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>
Author
Parents
Loading