Basic case not working.
See original GitHub issueI 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:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
v3.3.3 is published. closing this, but feel free to re-open if issues persist.
thanks!
also updated the tests to catch this in the future