أقوم باستخدام material ui مع nextjs ولدي هذه الصفحة
exportdefaultfunctionIndex(){const[onScreen, theRef]= useOnScreen({
rootMargin:"-300px",
ssr:true});const classes = useStyles();return(<Container maxWidth="sm"><DummyContainer/><div
ref={theRef}
style={{
height:"100vh",
padding:"20px",
backgroundColor:"green",
transition:"all .5s ease-in"}}>{onScreen &&(<Box className={classes.rootBox} my={16}><Typography variant="h2" gutterBottom>ContentLazy using IntersectionObserver</Typography><Copyright/></Box>)}</div><Box className={classes.rootBox} my={4}><Typography variant="h2" gutterBottom>Content no lazy, why thisBox loses margin?</Typography><Typography gutterBottom>If you request this page withJavaScript disabled, you will notice
that has been properly rendered in SSR
</Typography></Box></Container>);}
عند تحديث الصفحة يتشوه ال css الخاص بعناصر ال box فيما أخطأت؟
السؤال
عبد النور محمد
أقوم باستخدام material ui مع nextjs ولدي هذه الصفحة
عند تحديث الصفحة يتشوه ال css الخاص بعناصر ال box فيما أخطأت؟
1 جواب على هذا السؤال
Recommended Posts
انضم إلى النقاش
يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.