next.js
7e44fe35 - disallow unstable_rootParams in client components (#79471)

Commit
282 days ago
disallow unstable_rootParams in client components (#79471) unstable_rootParams is a server component API and should not be allowed to be accessed from client components. This change adds a compiler error if this import is detected within the client module graph.
Author
Parents
Loading