meteor-desktop
meteor-desktop copied to clipboard
Uncaught Error: Target container is not a DOM element.
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'??
Works fine in the browser, just not in electron:
I can not reproduce this. Can you make a sample project (repro) for this?