You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 20, 2021. It is now read-only.
In the Meteor React tutorial after completing step 2.5, this error appears in the browser: Uncaught Error: Target container is not a DOM element.
I copy-pasted my code from the tutorial entirely, and I created the following files: imports/ui/App.js, imports/ui/Task.js.
I got the code to work by adding: import './main.html'; to main.js. If this is the proper fix, can this import statement be added to the tutorial? If not, is there a better alternative? I'm totally new to Meteor.
In the Meteor React tutorial after completing step 2.5, this error appears in the browser: Uncaught Error: Target container is not a DOM element.

I copy-pasted my code from the tutorial entirely, and I created the following files: imports/ui/App.js, imports/ui/Task.js.
I got the code to work by adding:
import './main.html';to main.js. If this is the proper fix, can this import statement be added to the tutorial? If not, is there a better alternative? I'm totally new to Meteor.