This repository was archived by the owner on Oct 23, 2022. It is now read-only.

Description
When a metadata is not supported, the getComponent() method returns null, but the code keeps running. While evaluating the component.type and component.name in the manifest.prototype.add method, an error is throw and the process fails.
To fix this we need to handle nulls appropriately, since new metadata may be supported yet.