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

190
Views
Vuejs3 component unknown error when inject using createApp function

I build an diagram using D3.js and use JavaScript to inject component with props.

const app = createApp(StoryStep, {core: this.$page.props.core, step: d.data})
    .mount(document.createElement('div'))
return app.$el.outerHTML

But after inject the child component give me error show below.

Error in event handler: TypeError: Cannot read properties of undefined (reading 'replace')
    at FormMetadata._collectTextSample (chrome-extension://pejdijmoenmkgeppbflobdenhhabjlaj/content_script.js:1:188809)
    at FormMetadata._collectFormMetadata (chrome-extension://pejdijmoenmkgeppbflobdenhhabjlaj/content_script.js:1:209345)
    at FormMetadata._collectMetadata (chrome-extension://pejdijmoenmkgeppbflobdenhhabjlaj/content_script.js:1:214410)
    at FormMetadata.formsAndMetadata (chrome-extension://pejdijmoenmkgeppbflobdenhhabjlaj/content_script.js:1:217067)
    at RunHeuristics (chrome-extension://pejdijmoenmkgeppbflobdenhhabjlaj/content_script.js:1:229254)
    at chrome-extension://pejdijmoenmkgeppbflobdenhhabjlaj/content_script.js:1:233683

[EDIT 1]

I comment out all the input and select, the error will gone. But, when added back, error come out again.

<input type="text" value="hello">

Any help is appreciated. Thank you.

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!