dillon1000/react

Commit

s/server action/server function (#31005)

## 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.
Browse files
Changed paths2 files
First-parent comparison
M packages/react-client/src/ReactFlightReplyClient.js ModifiedM scripts/error-codes/codes.json Modified
Patch

Files changed

Rendering syntax-highlighted changes…