Closed mlankamp closed 12 months ago
Yip that's a bug. We'll fix as priority.
globalizeObjectIds
is not deprecated, but the only use case we have that for it AFAIK is when we want to load two or more instances of the same model alongside each other, so we avoid object ID clashes between them. Do you happen to know of other user cases?
No, I don't know any other use case.
Fixed in 2.4.2-beta-3
Describe the bug When using the option to globalize ObjectIds the treeview doesn't render
To Reproduce Use one of the xkt examples, and add the following line:
The same behavior happens when using:
Expected behavior The treeview should render.
Or is this setting depricated?