DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Next.js Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Next.js
What does the server-only package do when its module is imported into a Client Component?
A
Nothing — it's purely documentation
B
It causes a clear BUILD-TIME error, converting an accidental cross-boundary import into an immediately visible failure
C
It silently strips the offending code
D
It only works with the client-only package installed too
Check Answer