meteor-desktop icon indicating copy to clipboard operation
meteor-desktop copied to clipboard

Uncaught Error: Target container is not a DOM element.

Open maka-io opened this issue 5 years ago • 2 comments

I just setup a Meteor app with React, I'm not using blaze-html-templates but rather static-html because it's not a blaze app. I mention this because the normal solution to this error is to use one of the two, and using static-html does fix this problem outside of meteor-electron.

I'm wondering if it's something with the bundler... maybe it needs to include 'static-html' along with 'ecmascript'??

screen shot 2018-10-10 at 10 34 10 am

maka-io avatar Oct 10 '18 14:10 maka-io

Works fine in the browser, just not in electron:

screen shot 2018-10-10 at 10 43 08 am

maka-io avatar Oct 10 '18 14:10 maka-io

I can not reproduce this. Can you make a sample project (repro) for this?

wojtkowiak avatar Oct 11 '18 11:10 wojtkowiak