-
Notifications
You must be signed in to change notification settings - Fork 3
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
Version update: v10 #20
Comments
I added the changes from 0d73640 and it seems to have fixed most issues. The only remaining issue is that the Resource Icon's "game settings" tab is no longer visible so I can't change settings such as the side of the token that the icons appear on. Not sure why this is? The issue I was having was a With the following console output
then when I tried to update the appropriate resource on the character sheet I got this error:
|
The settings thing is cause I haven't re-implemented the settings into the latest rewrite of the module. I'm still working on icon configuration app. |
Is it possible to update this for v10?
I really enjoyed using it for v9 but it has lots of errors and warning for v10.
Some examples:
Error: You are accessing the
sToken#data
object which is no longer used. Since V10 the Document class and its containedDataModel
are merged into a combined data structure. You should now reference keys which were previously contained within the data object directly.You are accessing the
gActor#data
object which is no longer used. Since V10 the Document class and its containedDataModel
are merged into a combined data structure. You should now reference keys which were previously contained within the data object directlyYou are accessing
gActor#data
which has been migrated togActor#system
You are accessing
PlaceableObject#data
which is no longer used and instead the Document class should be referenced directly asPlaceableObject#document
.SmoothShader.ts:4 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'clear') [Detected 2 packages: resource-icons, lib-wrapper]
I'm open to helping with the updating process.
The text was updated successfully, but these errors were encountered: