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.

Basic case not working.

See original GitHub issue

I use v.3.3.2. Basic case with View not working for me:

const el = domvm.defineElement;

function Hello(vm) {
    return (vm, data) => {
        return el(`div`, `Hello ${data.name}`);
    }
}

const data = {
    name: `World`
};

const vm = domvm.createView(Hello, data);

vm.mount(document.getElementById('app'));

In devtools I see that div element added to container #app, but it’s empty.

What I’m doing wrong?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
leeoniyacommented, Jun 11, 2018

v3.3.3 is published. closing this, but feel free to re-open if issues persist.

thanks!

1reaction
leeoniyacommented, Jun 10, 2018

also updated the tests to catch this in the future

Read more comments on GitHub >

github_iconTop Results From Across the Web

left earbud doesn't work, even the light doesn't show up - Reddit
Put earbud into the case (do not release, keep pressing). Don't release until observe the LED turns red.
Read more >
Fixing Your Redmi AirDots And Xiaomi Mi AirDots Issues
redmiairdots #xiaomiairdots #problemsAlmost every day i am contacted about problems that people have with their redmi airdots or problems ...
Read more >
5 Ways to Troubleshoot When Your AirPod Case Is Not ...
If your AirPod case is not charging, try swapping out the charging cables, charging pads, and power source. Check the charging status light ......
Read more >
If your left or right AirPod isn't working - Apple Support (PH)
Place both AirPods in your charging case and let them charge for 30 seconds. Open the charging case near your iPhone or iPad....
Read more >
How To Fix One Wireless Earbud Not Charging Issue? (Easy ...
Charger properly connected – When connecting your charger to your Samsung earbuds, make sure that it is properly connected to the power and...
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