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 package doesn't expose the types from @types/braintree-web-drop-in, so for example the prop onInstance if of type (instance: any) => void.
This should be fixed easily by making @types/braintree-web-drop-in a normal dependency (instead of a devDependency).
(https://stackoverflow.com/a/46011417/12412337 provides more info about this).
The text was updated successfully, but these errors were encountered:
This package doesn't expose the types from
@types/braintree-web-drop-in
, so for example the proponInstance
if of type(instance: any) => void
.This should be fixed easily by making
@types/braintree-web-drop-in
a normal dependency (instead of a devDependency).(https://stackoverflow.com/a/46011417/12412337 provides more info about this).
The text was updated successfully, but these errors were encountered: