We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following console error occurs on world load:
caught (in promise) TypeError: undefined. Cannot set properties of null (setting 'innerHTML') [Detected 1 package: module-credits] at Object.renderSidebarTab [as fn] (bundle.min.mjs:1:108436)
Seems to be referencing this:
i[0].querySelector(isNewerVersion(game.version, "11") ? "#game-details li.system span.system-info" : "#game-details li.system span").innerHTML = ...
The text was updated successfully, but these errors were encountered:
also seeing this error
Sorry, something went wrong.
also seeing this error. Doesn't seme to hurt anything tho.
Created a pull request that fixes this in #122
No branches or pull requests
Following console error occurs on world load:
Seems to be referencing this:
The text was updated successfully, but these errors were encountered: