question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Does it work with Vue 3 ?

See original GitHub issue

i could not make the example works on Vue 3 : "core-js": "^3.6.5", "vue": "^3.0.0-0", "vue-plotly": "^1.1.0"

runtime-core.esm-bundler.js?5c40:38 [Vue warn]: Property "$createElement" was accessed during render but is not defined on instance. at <Plotly data= [{…}, __v_reactive: Proxy] layout= {title: "Plot update test", __v_reactive: Proxy} > at <App> and runtime-core.esm-bundler.js?5c40:496 TypeError: Cannot read property '_c' of undefined at Proxy.render (vue-plotly.umd.js?04d1:209952) at renderComponentRoot (runtime-core.esm-bundler.js?5c40:529) at componentEffect (runtime-core.esm-bundler.js?5c40:4214) at reactiveEffect (reactivity.esm-bundler.js?a1e9:42) at effect (reactivity.esm-bundler.js?a1e9:17) at setupRenderEffect (runtime-core.esm-bundler.js?5c40:4197) at mountComponent (runtime-core.esm-bundler.js?5c40:4155) at processComponent (runtime-core.esm-bundler.js?5c40:4111) at patch (runtime-core.esm-bundler.js?5c40:3761) at mountChildren (runtime-core.esm-bundler.js?5c40:3924)

Otherwise, great project, thanks again !

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:15
  • Comments:5

github_iconTop GitHub Comments

4reactions
MCYoukscommented, Dec 6, 2021

I am using Vite + Vue 3. Did anyone figure out a simple workaround?

0reactions
talsibonycommented, Dec 6, 2021

Well done!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Frequently Asked Questions - Vue.js
Despite the differences, the majority of Vue APIs are shared between the two major versions, so most of your Vue 2 knowledge will...
Read more >
Refactoring your Vue 2 apps to Vue 3 - LogRocket Blog
In this tutorial, we will explore the new features in Vue 3. ... Vuex dependency to the latest version, v4, which is compatible...
Read more >
What's new in Vue 3 — a roundup. Vue 3 - Medium
It's now the new default state management library for vue 3. It is maintained by the Vue core team and works with both...
Read more >
Which Vue.js version to use in 2021 and why - Vue School Blog
Vue 3 is basically a supercharged version of Vue 2. Vue 3 is even faster and lighter, comes with improved TypeScript support, and...
Read more >
Vue 3 – A roundup of infos about the new version of Vue.js
Yes, this actually changes the way we use Vue (if we decide to use the Composition API). However, it won't break anything in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found