Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nextjs with MUI in the app router folder #39957

Closed
2 tasks done
sai9494 opened this issue Nov 22, 2023 · 3 comments
Closed
2 tasks done

Nextjs with MUI in the app router folder #39957

sai9494 opened this issue Nov 22, 2023 · 3 comments
Labels
duplicate This issue or pull request already exists

Comments

@sai9494
Copy link

sai9494 commented Nov 22, 2023

Duplicates

  • I have searched the existing issues

Latest version

  • I have tested the latest version

Steps to reproduce 🕹

Link to live example:

Steps:
here getting flickering issue with mui textfield standard in nextjs app folder. How to resolve any idea. So here just you create an new project for the nextjs and mui ,In the mui take the basictextfileds component of the standard variant and check there will be a flickering issue getting. can u check the image whats happening in this
Screenshot (9)

Current behavior 😯

flickering issue with textfield in mui

Expected behavior 🤔

not to flicker

Context 🔦

No response

Your environment 🌎

import * as React from 'react';
import Box from '@mui/material/Box';
import TextField from '@mui/material/TextField';

const BasicTextFields =()=> {
return (
<Box
component="form"
sx={{
'& > :not(style)': { m: 1, width: '25ch' },
}}
noValidate
autoComplete="off"
>




);
}

export default BasicTextFields

@sai9494 sai9494 added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Nov 22, 2023
@mj12albert
Copy link
Member

Duplicate of #39157

@mj12albert mj12albert marked this as a duplicate of #39157 Nov 22, 2023
@github-actions github-actions bot added duplicate This issue or pull request already exists and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Nov 22, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 22, 2023
@sai3241
Copy link

sai3241 commented Nov 22, 2023

anybody find the issue how to resolve it

@sai3241
Copy link

sai3241 commented Nov 22, 2023

@mj12albert had you resolved the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants