dependentree
dependentree copied to clipboard
Getting error: "_name" key in entity object is not of type string. Instead received a value of "[object Object]" with a type of "object"
This is because the function 'export function _isValidNameStr(parentStr, str)' is recieving an object as str instead of string, but why is it receiving an object? I used the given 'royals' array but it still throws this error.