Closed
Description
Current Situation
When an Key not specified for dynamic child
error occurs, component parts with numerous children can spam console unnecessarily.
Proposed Changes
Hide children
on Key not specified for dynamic child
errors.
Implementation Details
Before printing the dynamic child, call <element>.pop("children")
on a cloned dictionary.