Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Flight] Warn if this argument is passed to .bind of a Server Referen…
…ce (#28380) This won't ever be serialized and is likely just a mistake. This should be covered by the "use server" compiler since it ensures that something that accepts a "this" won't be allowed to compile and if it doesn't accept it, TypeScript should ideally forbid it to be passed. So maybe this is unnecessary. DiffTrain build for [65a0e2b](65a0e2b)
- Loading branch information