Problems updating to v12
Uncaught (in promise) Error: A DataSchema must be an object with string keys and DataField values.
After fiddling around for a while, I found out the following: first, if I remove any of the files containing my Data Models, I can load base foundry, but none of the other Data Models load either; second, if I remove the line in the _module file that exports any of my Data Models, foundry also fails to load and I get the following error:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'LOCALIZATION_PREFIXES')
Are these errors linked, what am I missing, and what can I do to get my module running in foundry v12?
