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

Fix crash with empty attribute values #51

Merged
merged 1 commit into from
Sep 10, 2020

Conversation

marvinhagemeister
Copy link
Member

Attributes use null as the empty value whereas undefined is more common with JavaScript. The latter is necessary to make default parameter values work.

Fixes #50 .

Attributes use null as the empty value whereas undefined is more common
with JavaScript. The latter is necessary to make default parameter values
work.
@marvinhagemeister marvinhagemeister merged commit 5dcfac0 into master Sep 10, 2020
@marvinhagemeister marvinhagemeister deleted the ff-attribute-throw branch September 10, 2020 10:35
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

Successfully merging this pull request may close these issues.

In Firefox, The Custom Element gets cloned when calling member function of props, like toUpperCase()
2 participants