next.js
2161d8c0 - Method/function props of exported objects are not server functions (#73058)

Commit
1 year ago
Method/function props of exported objects are not server functions (#73058) This is a follow-up fix for #72969. Method or function properties of exported objects in `"use cache"` or `"use server"` files must not be compiled into server functions, unless they have an inline server directive.
Author
Parents
Loading