Deprecated Methods
I've began getting these errors on opening the app test page:
Use of getUserData() or setUserData() is deprecated. Use WeakMap or element.dataset instead.
Use of getPreventDefault() is deprecated. Use defaultPrevented instead.
Use of getAttributeNode() is deprecated. Use getAttribute() instead.
What could be causing them?