Skip to content

React renders elements with is="null" (Firefox) #6943

New issue

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

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

Already on GitHub? # to your account

Closed
morhetz opened this issue Jun 1, 2016 · 1 comment
Closed

React renders elements with is="null" (Firefox) #6943

morhetz opened this issue Jun 1, 2016 · 1 comment

Comments

@morhetz
Copy link

morhetz commented Jun 1, 2016

Firefox specific bug

Due to #6570 react > 15.0.3 populates every element with property is="null"

That's caused by weird Firefox behaviour checking the args number of document.createElement.
e.g.:
document.createElement('a', '') => <a is="">
document.createElement('a', null) => <a is="null">
document.createElement('a', undefined) => <a is="undefined">

Verified with Firefox v46.0.1, react@15.0.3-dev and react@15.1.0

@morhetz
Copy link
Author

morhetz commented Jun 1, 2016

Sorry, duplicate of #6896

@morhetz morhetz closed this as completed Jun 1, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant