dependentree icon indicating copy to clipboard operation
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"

Open nadavq opened this issue 1 year ago • 0 comments

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.

nadavq avatar Nov 20 '23 20:11 nadavq