You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * @deprecated since v10 * @ignore */classObjectHUDextendsPIXI.Container{constructor(object){super();constmsg="The ObjectHUD class is deprecated and should no longer be used.";foundry.utils.logCompatibilityWarning(msg,{since: 10,until: 12});
In
src/foundry/client/pixi/placeables/token.d.mts
andsrc/foundry/client/pixi/placeables/template.d.mts
there was a reference toglobalThis.ObjectHUD
.This reference does not exist. Look into why this happened and possibly add it back.
The text was updated successfully, but these errors were encountered: