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.

Vue3 branch status?

See original GitHub issue

What is the status of the vue3 branch? I tried to use it on my vue3 app but it did not work.

here is my error log:

TradingVue.vue?0d24:4 Uncaught (in promise) TypeError: Cannot read property '_c' of undefined at Proxy.render (TradingVue.vue?0d24:4) at renderComponentRoot (runtime-core.esm-bundler.js:846) at componentEffect (runtime-core.esm-bundler.js:4280) at reactiveEffect (reactivity.esm-bundler.js:42) at effect (reactivity.esm-bundler.js:17) at setupRenderEffect (runtime-core.esm-bundler.js:4263) at mountComponent (runtime-core.esm-bundler.js:4222) at processComponent (runtime-core.esm-bundler.js:4182) at patch (runtime-core.esm-bundler.js:3791) at mountChildren (runtime-core.esm-bundler.js:3975)

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:7
  • Comments:11

github_iconTop GitHub Comments

1reaction
Swoorupcommented, Jun 16, 2021

Btw what is the goal of having a vue3 branch? I think a better goal would be to slow port over to adopt typescript and use composition api, which is more maintainable imo. A direct port is really hard to get right, since it’s hard to know what is broken.

0reactions
SacDincommented, Dec 13, 2021

@diadal thank you for update. I was under impression that this is completely open source alternative of tradingview.com provided charting library. Does your solution for vue 3 above rely on charting_library provided by tradingview.com ? I thought it is patch for this library to work as it is for vue 3 without additional proprietary library.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Vue 3 as the New Default
All GitHub repos under the vuejs organization have switched to Vue 3 versions in the default branch. In addition, we have renamed the...
Read more >
Managing Shared State In Vue 3 - Smashing Magazine
Shared Instances # The code for this section is in the “SharedState” branch of the example project on GitHub. Whether you use the...
Read more >
Vue 3 Composition API, do you really need it? - This Dot Labs
git. Once done, switch to the dev* branch, and run the following commands in order to start the app.
Read more >
vue 3 Server Side Rendering with Vuex and Router
url, clientBundle: `client-bundle.js`, }; bundleRenderer.renderToString(context, (err, html) => { if (err) { if (err.code === 404) { res.status( ...
Read more >
State Management in Vue 3 Applications with Vuex - Auth0
git clone --single-branch --branch base-project https://github.com/auth0-blog/vue-3-state-management. Once you have the project on your ...
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