Skip to content

Commit

Permalink
Show shady dom issue with virtual-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
knewter committed Dec 6, 2016
1 parent e19fbcf commit 72cdde0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/index.html
Expand Up @@ -6,9 +6,10 @@
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<script src="/bower_components/webcomponentsjs/webcomponents.js"></script>
<script>
window.Polymer = {
dom: 'shadow'
};
// At present this is required because the elm virtual-dom doesn't play nicely with shadydom for reasons unknown
// window.Polymer = {
// dom: 'shadow'
// };
</script>
<link rel="import" href="/bower_components/polymer/polymer.html">
<link rel="import" href="/bower_components/iron-icons/iron-icons.html">
Expand Down

0 comments on commit 72cdde0

Please sign in to comment.