Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

162
Views
Getting error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined

app.js

import '../styles/globals.css'
import { Thirdwebeb3Provider } from "@3rdweb/hooks";
const supportedChainIds = [4];
const connectors = {
     injected: {},
}

function MyApp({ Component, pageProps }) {
  return (
    <Thirdwebeb3Provider supportedChainIds={supportedChainIds} connectors={connectors}>
      <Component {...pageProps} />
    </Thirdwebeb3Provider>
  )
}
export default MyApp

I am using React version 17

How to resolve this issue ?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!