Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: Blaze.render without a parent element is deprecated #30

Open
ghost opened this issue Mar 7, 2015 · 2 comments
Open

Warning: Blaze.render without a parent element is deprecated #30

ghost opened this issue Mar 7, 2015 · 2 comments
Labels

Comments

@ghost
Copy link

ghost commented Mar 7, 2015

I didnt see anywhere in the code where you use Blaze.render but after adding var rd = ReactiveModal.initDialog(shareDialogInfo); i get the following warning

W20150307-15:44:15.298(13) (blaze.js:71) Warning: Blaze.render without a parent element is deprecated. You must specify where to insert the rendered content. on the console .

@pahans pahans added the bug label Mar 7, 2015
@dandv
Copy link

dandv commented Mar 25, 2015

I get the same error in the MDG camera sample app.

@ebradbury
Copy link

Wrap it in Meteor.startup or some other function that's called after the DOM is ready

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants