-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui5-page): fix createElement error caused by adding new style pro…
…perty in the constructor (#9998) Custom element must not gain any attributes or children in the constructor, as this violates the expectations of consumers who use the createElement or createElementNS methods. Fixes #9981
- Loading branch information
1 parent
538d830
commit fd402e4
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters