html` ${html`<something property=${object} />`} `
See original GitHub issueWhen nesting html``
-tags, properties get stringified, objects will appear as [object Object]
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
html ${html <something property=${object} /> } #82 - GitHub
When nesting html`` -tags, properties get stringified, objects will appear as [object Object]
Read more >HTML object tag - W3Schools
HTML <object> Tag · Definition and Usage. The <object> tag defines a container for an external resource. · Plug-ins. The <object> tag was...
Read more >CueKeeper internals: Experiences with Irmin, React, TyXML ...
It stores your actions in a Git-like data-store provided by Irmin, allowing you to browse the history, revert changes, and sync (between tabs ......
Read more >Modern JavaScript: Develop and Design - Pepa
it comes to using JavaScript with HTML in a Web page. The last chapter in Part ... someMethod()to execute the function defined within...
Read more >[Biopython] saving tree data in phyloXML format
For each clade in the > tree I am adding a node_id attribute and one Property object. When I print > the tree...
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 Free
Top 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
You should not call join to get a string, but just pass in the array directly: https://codepen.io/anon/pen/OEWGKX?editors=1000
On Sun, 10 Jun 2018, 19:46 Josh Beckwith, notifications@github.com wrote:
@jsilvermist yes and when I use a function which wraps the html`` call within another one, any object property I use is stringified. If you can’t reproduce it, let me know, I’ll throw together a reproduction