Problem
The recent improvements to the auto-formatter have lead to some issues on production. Some attributes, rendering first into slots, are not output correctly any more.
Issue fork custom_elements-3561665
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
fagoTurns out getAttribute() was not doing the same key normalization like setAttribute()! Fixed this + added test coverage.
Comment #7
fagoGot this fixed. there was a second issue with slotes names not being mapped correctly. I added a test case for it and merged the fix.
I accidentally merged this with the wrong commit message "Fatal error when rendering JSON preview at display edit form" though. :-(