treejs
treejs copied to clipboard
Cannot convert undefined or null to object
trafficstars
Uncaught TypeError: Cannot convert undefined or null to object
at Function.entries (
I try to load from url but url is not requested at all.
const myTree = new Tree("#WzIndustry", {
url: "@Url.Action("GetIndustriesWzAsJson", "Data")",
method: "GET",
values: null // selected values
});