The examples on dustjs.com do not work
See original GitHub issueIn the developer console:
Uncaught DOMException: Failed to execute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host which already hosts a shadow tree.
at HTMLElement.shadowFromTemplate (http://www.dustjs.com/bower_components/polymer/polymer.js:10033:25)
at HTMLElement.parseDeclaration (http://www.dustjs.com/bower_components/polymer/polymer.js:10005:25)
at HTMLElement.parseDeclarations (http://www.dustjs.com/bower_components/polymer/polymer.js:9986:28)
at HTMLElement.makeElementReady (http://www.dustjs.com/bower_components/polymer/polymer.js:9886:12)
at HTMLElement.createdCallback (http://www.dustjs.com/bower_components/polymer/polymer.js:9855:14)
at HTMLElement.registerPrototype (http://www.dustjs.com/bower_components/polymer/polymer.js:11299:28)
at HTMLElement.register (http://www.dustjs.com/bower_components/polymer/polymer.js:11127:12)
at HTMLElement._register (http://www.dustjs.com/bower_components/polymer/polymer.js:11635:12)
at Object.flush (http://www.dustjs.com/bower_components/polymer/polymer.js:11471:28)
at Object.ready (http://www.dustjs.com/bower_components/polymer/polymer.js:11486:12)
Issue Analytics
- State:
- Created 6 years ago
- Reactions:18
- Comments:13 (1 by maintainers)
Top Results From Across the Web
Dust.js @sep example not working - Stack Overflow
The example is here : http://jsfiddle.net/5apgp1sf/ and it still does not output the @sep tag contents. What went wrong? I can't see the...
Read more >Issues · linkedin/dustjs - GitHub
linkedin / dustjs Public. Notifications · Fork 498 ... Dust js does not stream (show html) when using helmet ... The examples on...
Read more >Dust.js Cheat Sheet – Adaptive.js Docs
Dust.js is the default templating engine used by Adaptive.js. This document gives an overview of the templating language. **Dust.js Read the official ...
Read more >dustjs-linkedin | Yarn - Package Manager
The template is not automatically registered under any name when passed to the callback, so the onLoad function should handle registration as it...
Read more >common-dustjs-helpers - npm
You can then use the Dust.js instance ( dust ) as you normally would. If you'd like to register the helper methods but...
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
For those still on this - whilst it still needs a maintainer, it also still needs this issue and possibly others fixing.
I spoke with someone who works at LinkedIn, unfortunately he said that internally they consider dustjs to be deprecated, and likely don’t have anyone assigned to it. Shame, I’ve been using dustjs for 6 years and it’s worked great since then, still does, but seems like another victim of the framework popularity contest 😦