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

Require is not defined error in Next JS #379

Open
sulaimanwebdev opened this issue Jan 19, 2024 · 0 comments
Open

Require is not defined error in Next JS #379

sulaimanwebdev opened this issue Jan 19, 2024 · 0 comments

Comments

@sulaimanwebdev
Copy link

When I try to import a thing the error comes "require is not defined".

const exampleCode = `
import FAQ from './FAQ'

const LoginComponent = () => {

const [showPreview, setShowPreview] = React.useState("Hi");

return (
  <div>
    <h3 className="bg-red-500">
    Login Component<br/><br/>
    {showPreview}
    <FAQ/>
    </h3>
   
  </div>
)

}
render()
`;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant