bluewatertracks / bwt-datatable

Data table with Polymer 3 support!
GNU General Public License v3.0
42 stars 14 forks source link

DOMException on simple app #35

Closed marcelojgarcia closed 6 years ago

marcelojgarcia commented 6 years ago

I'm getting "DOMException: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node" after adding the datatable to a simple app. Steps to reproduce: polymer init (choose polymer-2-starter-kit option) bower install --save bluewatertracks/bwt-datatable vi src/my-view1.html add import for paper-datatable.html add component just after card div After polymer serve command check the app on browser.

dhrytsenko commented 6 years ago

I'll check, thanks

marcelojgarcia commented 6 years ago

Hi dhrytsenko, Still don't know what was causing the problem, but today after uninstall/reinstall polymer-cli and bower, and cleaning up the caches, it's working perfectly. No need to further investigation. Thanks a lot for the support.

dhrytsenko commented 6 years ago

Ok, good to hear that. I'll close this issue then