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
This library appears to be using the FauxScrollFrame template, which is currently deprecated and will be removed completely in a future patch. I've attempted to simply replace "FauxScrollFrameTemplate" with " ScrollFrameTemplate", but this just causes the FauxScrollFrame_Update, FauxScrollFrame_GetOffset, and FauxScrollFrame_OnVerticalScroll to throw errors.
Are there any plans to update this library to account for these changes?
The text was updated successfully, but these errors were encountered:
https://wowpedia.fandom.com/wiki/Patch_10.1.0/API_changes#Scroll_Templates
This library appears to be using the FauxScrollFrame template, which is currently deprecated and will be removed completely in a future patch. I've attempted to simply replace
"FauxScrollFrameTemplate"
with" ScrollFrameTemplate"
, but this just causes theFauxScrollFrame_Update
,FauxScrollFrame_GetOffset
, andFauxScrollFrame_OnVerticalScroll
to throw errors.Are there any plans to update this library to account for these changes?
The text was updated successfully, but these errors were encountered: