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
Prior to microsoft/TypeScript#25944, HTMLFormElement had an index signature [name: string]: any;. That's probably too broad, but it looks like it should have something -- according to [mdn](Named inputs are added to their owner form instance as properties) "Named inputs are added to their owner form instance as properties".
This affects braintree-web on DefinitelyTyped.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
HTMLFormElement index signature gone.
HTMLFormElement index signature gone
Aug 1, 2018
Prior to microsoft/TypeScript#25944,
HTMLFormElement
had an index signature[name: string]: any;
. That's probably too broad, but it looks like it should have something -- according to [mdn](Named inputs are added to their owner form instance as properties) "Named inputs are added to their owner form instance as properties".This affects
braintree-web
on DefinitelyTyped.The text was updated successfully, but these errors were encountered: