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

[bug] WebReflection Custom Elements v1 polyfill from NPM breaks app. #7736

Closed
trusktr opened this issue Aug 30, 2016 · 4 comments
Closed

[bug] WebReflection Custom Elements v1 polyfill from NPM breaks app. #7736

trusktr opened this issue Aug 30, 2016 · 4 comments

Comments

@trusktr
Copy link
Contributor

trusktr commented Aug 30, 2016

I'm not sure where this bug report belongs, but basically, I have only the following single line of code in my app,

import 'document-register-element'

which causes this error:

screen shot 2016-08-30 at 1 43 29 am

@trusktr
Copy link
Contributor Author

trusktr commented Aug 30, 2016

Reproduction:

git clone git@github.com:trusktr/meteor --branch issue-7736 --single-branch
cd meteor
./run-dev.sh

@trusktr
Copy link
Contributor Author

trusktr commented Aug 30, 2016

I also reported it at document-register-element: WebReflection/document-register-element#72

@WebReflection
Copy link

can anyone tell me if Meteor does some overwrite for native HTML constructors ? I don't understand what even is HTML.Raw but for sure it doesn't come from my repository.

If there is some constructor that needs to be better verified or ported to DRE overwrites please let me know and I'll fix it. I just would like to be sure that's the case.

@trusktr trusktr changed the title [bug] document-register-element package from NPM breaks Meteor app. [bug] WebReflection Custom Elements v1 polyfill from NPM breaks app. Sep 9, 2016
@trusktr
Copy link
Contributor Author

trusktr commented Sep 9, 2016

@mitar Opened a new issue at meteor/blaze#95 because it seems the error is related to Blaze/templating which is in a separate repo (although shipped by default as part of Meteor).

@mitar mitar closed this as completed Sep 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants