If you want to ignore an error inline, use this weird syntax:
{/*
// @ts-ignore */}
<Foo id="fooDoesNotHaveIdType" />
Taken from https://github.com/Microsoft/TypeScript/issues/27552
If you want to ignore an error inline, use this weird syntax:
{/*
// @ts-ignore */}
<Foo id="fooDoesNotHaveIdType" />
Taken from https://github.com/Microsoft/TypeScript/issues/27552