pkalita-lbl / create-data-harmonizer

Scaffold a DataHarmonizer project from a LinkML schema.
0 stars 0 forks source link

Interface does not load for project scaffolded from LinkML personinfo example schema #3

Open pkalita-lbl opened 1 year ago

pkalita-lbl commented 1 year ago

Using this schema, the project is successfully generated. But the resulting interface does not load completely and the browser console shows this error:

Uncaught (in promise) TypeError: Cannot convert undefined or null to object

I think this is a result of not handling mixin classes when inlining slots to attributes.