-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue when no cr found #37
Comments
** that just moves the error, this handles it properly within your framework: The modules causing the issue were: This does seem to set everything to cr 0, but at least it's workable with that module. |
In the latest version, I get this issue from another location: compendium-browser.js:660 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'load') |
Note: Though this is an old issue, the latest version (0.8.1) should (theoretically) fix this. Can you check and close this issue if so please @SamF111 ? |
I've started getting this error after installing Baileywiki's latest modules, but I can't tell you if it's related.
It's this line:
let cr = decoratedNpc.data.details?.cr;
I've patched it at my end with a terrible:
// cr display
The text was updated successfully, but these errors were encountered: