Anyone smart know what this error means?

Does this mean anything?

In this instance “Cannot convert undefined or null to object” means that a null or an undefined value is being passed as parameter in the Object. keys() method.

You’ll want to check if a value is an object before calling this method.

This topic was automatically closed after 70 days. New replies are no longer allowed.