dillon1000/react
Commit
Browse files 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.Changed paths2 files
First-parent comparisonpackages/react-client/src/ReactFlightReplyClient.js ModifiedM scripts/error-codes/codes.json ModifiedPatch
Files changed
Rendering syntax-highlighted changes…