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
The current type definition for removeEventListener in js/lib/cep/CSInterface.removeEventListener does not mark the obj parameter as optional.
The method documentation indicates that the obj parameter is optional (similar to addEventListener). suggesting the correct definition should look like this:
The current type definition for removeEventListener in
js/lib/cep/CSInterface.removeEventListener
does not mark the obj parameter as optional.The method documentation indicates that the obj parameter is optional (similar to addEventListener). suggesting the correct definition should look like this:
Currently, the method is defined as:
The text was updated successfully, but these errors were encountered: