mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
5b0ef217ef
## Overview
Changes the error message to say "Server Functions" instead of "Server
Actions" since this error can fire in cases like:
```
<button onClick={serverFunction} />
```
Which is calling a server function, not a server action.